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


   Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) 
from 16.8.0 to 16.10.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>
   <h1>MSBuild 16.10.0</h1>
   <p>This version of MSBuild shipped with Visual Studio 2019 version 16.10.0 
and .NET SDK 5.0.300.</p>
   <h2>What's new</h2>
   <ul>
   <li>MSBuild now targets .NET 5.0 and .NET Framework 4.7.2.</li>
   <li>MSBuild is faster and uses less memory.</li>
   <li>Binary logs are smaller and have less performance overhead.</li>
   <li>Tasks can now opt into resource management to improve parallelism in 
large builds.</li>
   <li>It's now possible to optionally embed arbitrary files in a binary 
log.</li>
   </ul>
   <h2>Known Issues ⚠</h2>
   <ul>
   <li>When specifying a single project in a solution as a target, MSBuild 
instead tries to build that target name within all projects in the solution, 
leading to <code>MSB4057</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6465";>#6465</a>).</li>
   </ul>
   <h2>Detailed release notes</h2>
   <h3>Added</h3>
   <ul>
   <li>Projects can now specify 
<code>AdditionalTargetFrameworkInfoProperty</code> items to indicate that 
referencing projects should get those properties exposed as 
<code>AdditionalPropertiesFromProject</code> metadata on resolved reference 
items. (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/5994";>#5994</a>).</li>
   <li>The <code>Unzip</code> task now accepts <code>Include</code> and 
<code>Exclude</code> arguments to filter what is extracted from the zip file 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6018";>#6018</a>).
 Thanks, <a 
href="https://github.com/IvanLieckens";><code>@​IvanLieckens</code></a>!</li>
   <li>The <code>-graph:noBuild</code> command line argument can be used to 
validate that a graph is buildable without actually building it (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6016";>#6016</a>).</li>
   <li><code>TaskParameterEventArgs</code> allow logging task parameters and 
values in a compact, structured way (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6155";>#6155</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>ClickOnce publish now supports Ready To Run (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6244";>#6244</a>).</li>
   <li>.NET 5.0 applications may now specify a toolset configuration file (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6220";>#6220</a>).</li>
   <li><code>ResolveAssemblyReferences</code> can now consume information about 
assemblies distributed as part of the SDK (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6017";>#6017</a>).</li>
   <li>Allow constructing a <code>ProjectInstance</code> from a 
<code>ProjectLink</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6262";>#6262</a>).</li>
   <li>Introduce cross-process resource management for tasks (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/5859";>#5859</a>).</li>
   <li><code>ProjectEvaluationFinished</code> now has fields for properties and 
items (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6287";>#6287</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li><code>WriteCodeFragment</code> can now write assembly attributes of 
specified types, and infers some common types (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6285";>#6285</a>).
 Thanks, <a 
href="https://github.com/reduckted";><code>@​reduckted</code></a>!</li>
   <li>The <code>-detailedSummary</code> option now accepts a boolean argument, 
preventing dumping details to the console logger when building with <code>-bl 
-ds:false</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6338";>#6338</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>Binary logs now include files listed in the item 
<code>EmbedInBinlog</code> as well as MSBuild projects (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6339";>#6339</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>The <code>FindInvalidProjectReferences</code> task is now available in 
.NET Core/5.0+ scenarios (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6365";>#6365</a>).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>String deduplication is now much more sophisticated, reducing memory 
usage (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/5663";>#5663</a>).</li>
   <li>Refactoring and performance improvements in 
<code>ResolveAssemblyReferences</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/5929";>#5929</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6094";>#6094</a>).</li>
   <li>Binary logs now store strings only once, dramatically reducing log size 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6017";>#6017</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6326";>#6326</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>Refactoring and code cleanup (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6120";>#6120</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6159";>#6159</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6158";>#6158</a>,
 <a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6282";>#6282</a>).
 Thanks, <a href="https://github.com/Nirmal4G";><code>@​Nirmal4G</code></a>!</li>
   <li><code>Span&lt;T&gt;</code>-based methods are used on .NET Framework 
MSBuild as well as .NET 5.0 (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6130";>#6130</a>).</li>
   <li>Improved <code>MSB4064</code> error to include information about the 
loaded task that didn't have the argument (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/5945";>#5945</a>).
 Thanks, <a 
href="https://github.com/BartoszKlonowski";><code>@​BartoszKlonowski</code></a>!</li>
   <li>Performance improvements in inter-node communication (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6023";>#6023</a>).
 Thanks, <a 
href="https://github.com/KirillOsenkov";><code>@​KirillOsenkov</code></a>!</li>
   <li>Performance improvements in matching items based on metadata (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6035";>#6035</a>),
 property expansion (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6128";>#6128</a>),
 glob evaluation (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6151";>#6151</a>),
 enumerating files (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6227";>#6227</a>).</li>
   <li>When evaluated with <code>IgnoreInvalidImports</code>, <em>empty</em> 
imports are also allowed (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6222";>#6222</a>).</li>
   <li><code>Log.HasLoggedError</code> now respects 
<code>MSBuildWarningsAsErrors</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6174";>#6174</a>).</li>
   <li><code>TargetPath</code> metadata is now respected on items that copy to 
output directories, and takes precedence over <code>Link</code> (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6237";>#6237</a>).</li>
   <li>The <code>Restore</code> operation now fails when SDKs are unresolvable 
(<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6312";>#6312</a>).</li>
   <li><code>MSBuild.exe.config</code> now has explicit binding redirects for 
all assemblies in the MSBuild VSIX (<a 
href="https://github-redirect.dependabot.com/dotnet/msbuild/issues/6334";>#6334</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/v16.10.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=16.10.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.

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


Reply via email to