dependabot[bot] opened a new pull request #1400:
URL: https://github.com/apache/avro/pull/1400


   Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) 
from 16.8.0 to 17.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dotnet/msbuild/releases";>Microsoft.Build.Utilities.Core's
 releases</a>.</em></p>
   <blockquote>
   <h2>MSBuild 17.0.0</h2>
   <p>This version of MSBuild shipped with Visual Studio 2022 version 17.0.0 
and <a href="https://github.com/dotnet/core/releases/tag/v6.0.0";>.NET SDK 
6.0.100</a>.</p>
   <h2>What's new</h2>
   <ul>
   <li>MSBuild now reports its version as <code>17</code> and uses Visual 
Studio 2022 versions of tasks where appropriate.</li>
   <li>MSBuild now targets .NET Framework 4.7.2 and .NET 6.0.</li>
   <li>64-bit MSBuild is now used for builds from Visual Studio.</li>
   <li>Binary logs are smaller and have more information.</li>
   <li><code>MSBuildCopyContentTransitively</code> is now on by default, 
ensuring consistency in output folders on incremental builds.</li>
   <li>The method <code>GetType()</code> can no longer be called in property 
functions.</li>
   </ul>
   <h2>Detailed release notes</h2>
   <h3>Added</h3>
   <ul>
   <li>Intrinsic tasks now log their location (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6397";>#6397</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li><code>TargetSkippedEventArgs</code> now has 
<code>TargetSkipReason</code> and <code>OriginalBuildEventContext</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6402";>#6402</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6577";>#6577</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li><code>TaskStarted</code> events now log line and column (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6399";>#6399</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>ETW trace events for PerformDependencyAnalysis (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6658";>#6658</a>),
 WriteLinesToFile (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6670";>#6670</a>),
 CopyUpToDate (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6661";>#6661</a>).</li>
   <li>If the environment variable <code>MSBuildDebugEngine</code> is set, 
MSBuild will create binary logs for all operations to 
<code>MSBUILDDEBUGPATH</code> regardless of how it is called (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6639";>#6639</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6792";>#6792</a>).</li>
   <li><code>ProjectReference</code>s can now negotiate <code>Platform</code> 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6655";>#6655</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6724";>#6724</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6889";>#6889</a>).</li>
   <li>Tasks can now call 
<code>TaskLoggingHelper.LogsMessagesOfImportance</code> to determine if any 
attached logger would preserve a log message before constructing it (to save 
time in the not-being-logged case) (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6381";>#6381</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6737";>#6737</a>).</li>
   <li>Support referencing assemblies with generic attributes (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6735";>#6735</a>).
 Thanks, <a 
href="https://github.com/davidwrighton";><code>@​davidwrighton</code></a>!</li>
   <li>XSD-based MSBuild IntelliSense now supports <code>ImplicitUsings</code> 
and <code>Using</code> items (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6755";>#6755</a>),
 <code>InternalsVisibleTo</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6778";>#6778</a>),
 Windows Forms properties (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6860";>#6860</a>),
 <code>DebugType</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6849";>#6849</a>),
 and <code>SatelliteResourceLanguages</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6861";>#6861</a>).
 Thanks, <a href="https://github.com/pranavkm";><code>@​pranavkm</code></a>, <a 
href="https://github.com/DamianEdwards";><code>@​DamianEdwards</code></a>, <a 
href="https://github.com/RussKie";><code>@​RussKie</code></a>, and <a 
href="https://github.com/drewnoakes";><code>@​drewnoakes</code></a>!</li>
   <li>Tasks can now call 
<code>TaskLoggingHelper.IsTaskInputLoggingEnabled</code> and avoid redundant 
logging of inputs (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6803";>#6803</a>).</li>
   <li>Support extracting resource namespace from C# source that uses 
file-scoped namespaces (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6881";>#6881</a>).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The on-disk format of serialized caches has changed (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6350";>#6350</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6324";>#6324</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6490";>#6490</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6674";>#6674</a>).</li>
   <li>MSBuild is now <a 
href="https://github-redirect.dependabot.com/dotnet/announcements/issues/184";>signed
 with a new certificate</a> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6448";>#6448</a>).</li>
   <li><code>BuildParameters.DisableInprocNode</code> now applies to more 
processes (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6400";>#6400</a>).</li>
   <li><code>VCTargetsPath</code> now defaults to <code>v170</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6550";>#6550</a>).</li>
   <li>MSBuild no longer logs <code>Building with tools version 
&quot;Current&quot;</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6627";>#6627</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>Text loggers now log properties and items at the end of evaluation (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6535";>#6535</a>).</li>
   <li><code>MSBuildCopyContentTransitively</code> is now on by default, 
ensuring consistency in output folders on incremental builds (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6622";>#6622</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6703";>#6703</a>).</li>
   <li>MSBuild on .NET 6 has improved task-assembly-reference fallback behavior 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6558";>#6558</a>).</li>
   <li>MSBuild features gated on the 16.8 changewave are now nonconfigurable 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6634";>#6634</a>).</li>
   <li>The deprecated import of <code>$(CoreCrossTargetingTargetsPath)</code> 
was removed (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6668";>#6668</a>).
 Thanks, <a href="https://github.com/Nirmal4G";><code>@​Nirmal4G</code></a>!</li>
   <li>Improved error message for <code>MSB4213</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6640";>#6640</a>).</li>
   <li>The method <code>GetType()</code> can no longer be called in property 
functions (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6769";>#6769</a>).</li>
   <li>MSBuild is now fully NGENed by Visual Studio setup (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6764";>#6764</a>).</li>
   <li>MSBuild (and Visual Studio) now reference <code>System.Text.Json</code> 
5.0.2 (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6784";>#6784</a>).
 Thanks, <a 
href="https://github.com/JakeRadMSFT";><code>@​JakeRadMSFT</code></a>!</li>
   <li>Default to SHA2 digest for ClickOnce manifest when certificate signing 
algorithm is sha256/384/512 (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6882";>#6882</a>).</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Solution builds should work when using the secret environment variable 
<code>MSBUILDNOINPROCNODE</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6385";>#6385</a>).</li>
   <li>Solution extensions can now use 
<code>BeforeTargets=&quot;ValidateSolutionConfiguration&quot;</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6454";>#6454</a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/dotnet/msbuild/commits/v17.0.0";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Build.Utilities.Core&package-manager=nuget&previous-version=16.8.0&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to