Bump Microsoft.Build.Framework from 17.11.31 to 18.8.2 - #72
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: Microsoft.Build.Framework dependency-version: 18.8.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Closing: this bump is not applicable as-is.
It breaks the build in three projects — Locator deliberately requires MSBuild assemblies stay out of the output so it can resolve them from the installed SDK at runtime. Taking this bump means adding |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
* Bump all outdated packages to latest Five pins were behind: SkiaSharp.NativeAssets.WebAssembly 4.151.0 -> 4.151.1 SkiaSharp.Views.Maui.Controls 4.151.0 -> 4.151.1 SkiaSharp.Views.WindowsForms 4.151.0 -> 4.151.1 Microsoft.Build.Framework 17.11.31 -> 18.9.6 Xamarin.AndroidX.Core.SplashScreen 1.0.1.1 -> 1.2.0.3 The three SkiaSharp entries close the split introduced by #73 and #74, which bumped SkiaSharp and SkiaSharp.NativeAssets.Linux alone and left the rest of the family a patch behind. GameEngine.Runner.Winforms consumes both SkiaSharp and SkiaSharp.Views.WindowsForms, so it was the one project actually mixing versions. Microsoft.Build.Framework is the bump that closed as PR #72. It fails with MSBL001 on its own: Microsoft.Build.Framework depends on Microsoft.NET.StringTools, CentralPackageTransitivePinningEnabled promotes that transitive to a top-level reference, and the promoted reference does not inherit the ExcludeAssets/PrivateAssets flags that Microsoft.Build.Locator requires in order to resolve MSBuild from the installed SDK at runtime. Microsoft.Build.Framework already carried those flags; StringTools did not exist as an explicit reference to carry them. Declaring Microsoft.NET.StringTools explicitly, with the same flags and the same IncludeAssets list already used for Microsoft.Build.Framework, is what makes the bump build. Applied to the three projects that reference MSBuild: GameEngine.Editor, GameEngine.Editor.Desktop and GameEngine.Editor.Tests. 249 tests pass. Note that none of them exercise SceneProjectCompiler, so the MSBuild assembly-loading path these flags exist to protect is covered by the build-time MSBL001 check only, not by a runtime test. * Hold Xamarin.AndroidX.Core.SplashScreen at 1.0.1.1 1.2.0.3 pulls a newer Xamarin.AndroidX.Core than the one Avalonia.Android 12.1.1 binds, and D8 fails packaging the APK: Type androidx.core.animation.AnimatorKt$addListener$1 is defined multiple times: obj/Release/net10.0-android/lp/72/jl/classes.jar, obj/Release/net10.0-android/lp/78/jl/classes.jar Both CI jobs failed on it; the build job builds the Android head too, so it was the same single cause twice, not two faults. It did not reproduce locally because this machine has no Android SDK and that project cannot build here. The other four bumps in this branch are unaffected and stay.
Updated Microsoft.Build.Framework from 17.11.31 to 18.8.2.
Release notes
Sourced from Microsoft.Build.Framework's releases.
18.8.2
What's Changed
... (truncated)
18.7.1
What's Changed
... (truncated)
18.6.3
What's Changed
Includeattributes by @glektarssza in Updated common types XSD to remove errors from redefiningIncludeattributes dotnet/msbuild#13284... (truncated)
18.5.4
What's Changed
... (truncated)
18.4.0
What's Changed
... (truncated)
18.3.3
What's Changed
... (truncated)
18.0.2
What's Changed
/documentation/specs/*.mdformatting/linting/cleanup by @BenjaminBrienen in/documentation/specs/*.mdformatting/linting/cleanup dotnet/msbuild#11611... (truncated)
17.14.28
What's Changed
... (truncated)
17.14.8
What's Changed
Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8
17.14.5
What's Changed
... (truncated)
17.14.0-preview-25177-05
Release
What's Changed
Microsoft.VisualStudio.SolutionPersistenceto 1.0.52 by @surayya-MS in UpgradeMicrosoft.VisualStudio.SolutionPersistenceto 1.0.52 dotnet/msbuild#11549before/after.{solutionName}.sln.targetsfor .slnxby @surayya-MS in Loadbefore/after.{solutionName}.sln.targetsfor .slnxdotnet/msbuild#11535... (truncated)
17.14.0-preview-25155-01
Release
What's Changed
StyleCop.Analyzersto1.2.0-beta.556by @xtqqczze in https://github.com/dotnet/msbuild/pull/11398by @rainersigwald in https://github.com/dotnet/msbuild/pull/10909
Description has been truncated