You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove issue-557 char-default tests that depend on a fix not in this branch
Tests TestCharDefaultValueForStringParameterAsync and TestCharLiteralDefaultValueForStringParameterAsync
require the FixCharDefaultsForStringParams fix which is in a separate PR. Removing them from
the issue-827 branch to prevent test failures.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX
Copy file name to clipboardExpand all lines: Tests/CSharp/MemberTests/MemberTests.cs
-45Lines changed: 0 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -1576,49 +1576,4 @@ private void OptionalByRefWithDefault([Optional][DefaultParameterValue(""a"")] r
1576
1576
CS7036: There is no argument given that corresponds to the required parameter 'str1' of 'MissingByRefArgumentWithNoExplicitDefaultValue.ByRefNoDefault(ref string)'
0 commit comments