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
Since we are building with latest&greatest .NET to get the extension class syntax, consumers need to use a matching SDK in order for that to work.
Provide a compile-time error instead of the inscrutable alternative (unsupported language feature or what-not).
This will turn off itself when we ship with a stable SDK.
<ErrorCondition="'$(_NETCoreSdkIsPreview)' == 'false' or '$(NETCoreSdkVersion)' != '$(BuiltSdkPreviewVersion)'"Text="This version was built with a preview SDK and requires a matching one. Please install SDK version $(BuiltSdkPreviewVersion) or update to a newer package version." />
0 commit comments