Releases: dotnet/msbuild
Releases · dotnet/msbuild
.NET 7.0.2
.NET 7.0 RC 1
.NET 6.0.9
.NET 7.0 Preview 7
.NET 6.0.8
.NET 7.0 Preview 6
.NET 7.0 Preview 5
v17.2.1
This version of MSBuild shipped in Visual Studio 2022 version 17.2.0. It has a single bugfix over 17.2.0.
What's Changed
- Revert #7454 to fix double-DeepCopy regression by @rainersigwald in #7588
Full Changelog: v17.2.0...v17.2.1
.NET 7.0 Preview 4
MSBuild 17.2.0
This version of MSBuild shipped in .NET SDK 6.0.300.
Auto-generated release notes:
What's Changed
- 17.2 branding by @Forgind in #7224
- Enable nullable reference types by default by @drewnoakes in #7130
- Remove all checks regarding $(MSBuildAssemblyVersion) being set or not by @dfederm in #7165
- CA1050: Declare types in namespaces by @elachlan in #7227
- Add link to VS2022 ProjectSystemTools extension by @drewnoakes in #7222
- Adds recently added ETW events to event-source.md by @Forgind in #7191
- Validate binding redirects by @Forgind in #7153
- Share read for text resource files by @rainersigwald in #7230
- Fix NU1701 warning Fixes #7212 by @Forgind in #7226
- Convert CodeAnalysis.ruleset to .globalconfig by @elachlan in #7192
- SA1023 Dereference symbol '*' should not be preceded by a space. by @elachlan in #7238
- SA1020 Increment symbol '++' should not be preceded by a space by @elachlan in #7237
- SA1015 Closing generic bracket should not be followed by a space by @elachlan in #7236
- SA1014 by @elachlan in #7235
- SA1006 A C# preprocessor-type keyword is preceded by space. by @elachlan in #7232
- SA1010 Opening square brackets should not be preceded by a space by @elachlan in #7205
- SA1004 Documentation line should begin with a space by @elachlan in #7204
- CA1827 Count() is used where Any() could be used instead to improve p… by @elachlan in #7207
- SA1125 use shorthand for Nullable types by @elachlan in #7201
- SA1520 consistent use of opening and closing braces on if statements by @elachlan in #7198
- CA1835 Prefer the 'Memory'-based overloads for 'ReadAsync' and 'Write… by @elachlan in #7184
- CA2016 Forward the 'CancellationToken' parameter to methods that take… by @elachlan in #7188
- CA1834 Consider using 'StringBuilder.Append(char)' when applicable by @elachlan in #7183
- CA1829 Use Length/Count property instead of Count() when available by @elachlan in #7182
- CA1825 Avoid zero-length array allocations by @elachlan in #7181
- Set CA1507 to Warning and fix instances of errors by @elachlan in #7176
- CA1802 Fixes and Severity to Warning by @elachlan in #7177
- SA1132 Do not combine fields by @elachlan in #7240
- Set CA1070 to Warning by @elachlan in #7231
- SA1643: Finalizer appropriate summary text by @elachlan in #7196
- Fix enum member name in resource string by @drewnoakes in #7105
- Embed EmbedInBinlog items added within targets by @KirillOsenkov in #7220
- Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 5609446 by @dotnet-bot in #7243
- Bring changewaves.md up to date by @Forgind in #7156
- Use Stack instead of Stack by @elachlan in #7253
- Disable CA1805 by @elachlan in #7251
- Enable warning on CA1050 by @elachlan in #7248
- Enable warning on SA1125 by @elachlan in #7247
- Enable warning on SA1520 by @elachlan in #7246
- Emit the BuildStop ETW event at the right time by @ladipro in #7228
- SA1002 The spacing around a semicolon is incorrect by @elachlan in #7199
- CA1836 Prefer IsEmpty over Count by @elachlan in #7185
- Random cleanup by @Forgind in #7173
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #7242
- Remove redundant copy of BuildRequestData.TargetNames by @dfederm in #7252
- CA5350 Do Not Use Weak Cryptographic Algorithms by @elachlan in #7233
- Disable SA1122 (Use string.Empty for empty strings) by @elachlan in #7239
- SA1519 Braces should not be omitted from multi-line child statement by @elachlan in #7276
- Enable SA1510 to Warning by @elachlan in #7275
- SA1508 A closing brace should not be preceded by a blank line by @elachlan in #7273
- SA1506 Element documentation headers should not be followed by blank … by @elachlan in #7271
- SA1408 Conditional expressions should declare precedence by @elachlan in #7269
- SA1024 Colon should be followed by a space by @elachlan in #7266
- SA1135 A using directive is not qualified by @elachlan in #7264
- SA1216 Using static directives should be placed at the correct location by @elachlan in #7265
- Remove CultureName and CultureInfo from LazyFormattedBuildEventArgs by @ladipro in #7254
- SA1136 place each enum value on its own line by @elachlan in #7203
- SA1133 Each attribute should be placed in its own set of square brackets by @elachlan in #7262
- SA1134 Each attribute should be placed on its own line of code by @elachlan in #7263
- SA1005 Single line comment should begin with a space by @elachlan in #7259
- Remove xmlns from props/targets and UTs by @dfederm in #7169
- Remove unnecessary allocations in Hash task. by @AR-May in #7162
- ItemDictionary.Enumerator has an unnecessary finalizer by @elachlan in #7211
- SA1102 Query clause should follow previous clause by @elachlan in #7261
- SA1504 All accessors should be single-line or multi-line by @elachlan in #7270
- Add targetpath metadata to file getting added to ContentWithTargetPath group by @sujitnayak in #7303
- SA1626 single-line comment which begins with three forward slashes in… by @elachlan in #7197
- SA1302 Interface names should begin with I by @elachlan in #7268
- SA1509 Opening braces should not be preceded by blank line by @elachlan in #7274
- Remove MSBuild.Engine.Corext by @rainersigwald in #7278
- Remove long-unused VS build things
by @rainersigwald in #7279 - Start windowless process for the KillTree test by @MichalPavlik in #7283
- Remove extra usings by @Forgind in #7193
- MissingRestorePropertyError by @jrdodds in #7280
- Apply source-build patches by @crummel in #7289
- [automated] Merge branch 'vs17.1' => 'main' by @dotnet-maestro-bot in #7290
- Add NuGet package READMEs by @rainersigwald in #7291
- Doc-commentify StringBuilderCache by @rainersigwald in #7295
- Reuse StringBuilders in EventArgsFormatting by @rainersigwald in #7296
- Improve the Project Cache log strings by @dfederm in #7305
- Explain perf keywords by @rainersigwald in #7307
- CA2241 Provide correct arguments to formatting methods by @elachlan in #7190
- [main] Update dependencies from nuget/nuget.client by @dotnet-maestro in #7223
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #7284
- Account for ARM64 in ProcessorArchitecture Tests by @benvillalobos in #7294
- Refactoring: use C# pattern matching for type checking & type casting. by @AR-May in #7302
- CA1823 Avoid unused private fields by @elachlan in #7180
- [main] Update dependencies from dotnet/roslyn by @dotnet-maestro in #7301
- Require VS 2022 to build this repo by @rainersigwald in #7304
- Bump Microsoft.VisualStudio.Setup.Configura...