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
Runtime repo no longer removing the platform from the TargetFramework string for net5.0 and above, this causes SupportedOSPlatformAttribute & TargetPlatformAttributes added by SDK for targeted platform in AssemblyInfo.cs file. This is useful for the Platform compat analyzer evaluate call site attributes. But there is some edge cases where we wouldn't like to generate the attributes and it would be great if SDK provide such option see more info
This still causes some frustration for us in dotnet/runtime, but we've indeed worked around it. If there are any reports from external customers, that would be a good signal to increase the priority.
Runtime repo no longer removing the platform from the TargetFramework string for net5.0 and above, this causes SupportedOSPlatformAttribute & TargetPlatformAttributes added by SDK for targeted platform in AssemblyInfo.cs file. This is useful for the Platform compat analyzer evaluate call site attributes. But there is some edge cases where we wouldn't like to generate the attributes and it would be great if SDK provide such option see more info
Related to dotnet/runtime#44257, #13453
cc @jeffhandley @ViktorHofer @Anipik @dsplaisted @sfoslund
The text was updated successfully, but these errors were encountered: