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
* Use `msbuild` from VS 2022 if available
- should ease local and TeamCity builds
- make `%InstallDir%` unquoted (unlike `%vswhere%`)
- shorten `%Path%` slightly
- nits:
- use script location more; no need to change directories
* React to new build issues
- follow up to #396
(unsure why new FxCop and "spelling" errors didn't fail that PR)
* Put `PortReserver` users into an xUnit collection
[assembly:SuppressMessage("Microsoft.Design","CA1020:AvoidNamespacesWithFewTypes",Scope="namespace",Target="System.Net.Http.Headers",Justification="We follow the layout of System.Net.Http.")]
8
8
[assembly:SuppressMessage("Microsoft.Design","CA1020:AvoidNamespacesWithFewTypes",Scope="namespace",Target="System.Net.Http.Handlers",Justification="Handlers provide an extensibility hook which we want to keep in a separate namespace.")]
9
+
// Some resources are specific to the netstandard1.3 assembly
10
+
[assembly:SuppressMessage("Microsoft.Web.FxCop","MW1000:UnusedResourceUsageRule",Justification="There are a few unused resources due to missing netstandard1.3 features.")]
<value>Unable to validate types on this platform when {0} is 'true'. Please reset {0} or move to a supported platform, one where the 'netstandard2.0' assembly is usable.</value>
361
+
<value>Unable to validate types on this platform when {0} is 'true'. Please reset {0} or move to a supported platform, one where the .NET Standard 2.0 assembly is usable.</value>
<value>Unable to validate types on this platform when {0} is 'false'. Please set {0} or move to a supported platform, one where the 'netstandard2.0' assembly is usable.</value>
364
+
<value>Unable to validate types on this platform when {0} is 'false'. Please set {0} or move to a supported platform, one where the .NET Standard 2.0 assembly is usable.</value>
0 commit comments