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
<!-- The sdk repo is building with an older version of the SDK where this property is defaulted to false. The SDK that source-build is using defaults it to true. Set it to false to get old behavior for building the sdk repo. -->
<BuildCommandArgs>$(BuildCommandArgs) /p:ProduceReferenceAssembly=false</BuildCommandArgs>
I suppose dotnet/sdk updated to a newer version of the .NET SDK as stage 0 since this comment was written, so the Microsoft build started using the new default. Then this line suddenly introduced diffs rather than fixing them. 😄
It should be simple enough to remove these lines to reduce the SDK diff.
The text was updated successfully, but these errors were encountered:
dagood#9 (comment)
The 6.0.100 SDK is missing some
ref/*.dll
files:This hasn't seemed to have any effect on SDK usage, but we aren't sure what these files actually do in the Microsoft-built SDK.
The reason they aren't being produced is an intentional source-build change in the
sdk.proj
:It should be simple enough to remove these lines to reduce the SDK diff.
The text was updated successfully, but these errors were encountered: