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
With the discussion in #49069, we removed the StructWithPublicDefaultConstructor test in #49133 in order to not ship the TestStructs assembly.
Now that C# 10 has parameterless constructors in struct support, we can make this test without depending on the TestStructs assembly. We should add this test back.
The text was updated successfully, but these errors were encountered:
With the discussion in #49069, we removed the StructWithPublicDefaultConstructor test in #49133 in order to not ship the TestStructs assembly.
Now that C# 10 has parameterless constructors in struct support, we can make this test without depending on the TestStructs assembly. We should add this test back.
With the discussion in #49069, we removed the StructWithPublicDefaultConstructor test in #49133 in order to not ship the
TestStructs
assembly.Now that C# 10 has parameterless constructors in struct support, we can make this test without depending on the
TestStructs
assembly. We should add this test back.The text was updated successfully, but these errors were encountered: