aspnetcore/eng
Pranav K 5c1f6ffc8c
Update compiler version to 3.8.0 (#28125)
Razor requires referencing two different versions of Roslyn

Razor compiler (rzc) that ships as part of the SDK. rzc ships copies of compiler binaries (Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Common).
Razor runtime compilation is shipped as a NuGet package and needs to reference a version of Roslyn that ships as a NuGet package.
Roslyn doesn't follow the runtime ship schedule so to reliably the 2nd item, ASP.NET Core manually updates this package version. As part of 5.0.1, it was discovered that there's two different versions of these binaries in the SDK (a 3.8.0 version carried by the compiler and a 3.7.0 version carried by Razor). This is a bit vexxing, more so in source build which only builds the newer version.

Fixes #28096

Description
Update the Roslyn version referenced by Razor to 3.8.0

Customer impact
Razor compilation uses a newer version of the compiler consistent with the rest of the SDK.
Users updating to the 5.0.1 version of runtime compilation package will now use a newer version of the compiler. While it's slightly unusual to update a reference by a minor version as part of a patch release, we do not see users taking a hard dependency on the compiler version to be affected by this.
Regression
No

Risk
Low.
2020-11-24 19:38:35 -08:00
..
common [release/5.0] Update dependencies from dotnet/arcade (#27683) 2020-11-12 19:46:20 +00:00
docker Use containers instead of dockerbuild.sh (#23497) 2020-07-01 13:46:56 -07:00
helix Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
scripts Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
targets [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
tools [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
AfterSigning.targets [release/5.0] Fix some post-build signing issues (#26506) 2020-10-14 10:19:10 -07:00
AfterSolutionBuild.targets Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
AllRulesDisabled.ruleset Enable FxCop Analyzers for the repo (#23709) 2020-07-08 15:26:22 -07:00
Baseline.Designer.props Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Baseline.xml Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Build.props Point to the correct directory for SDK test assets (#25734) 2020-09-10 11:55:37 -07:00
CodeGen.proj Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
Common.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Dependencies.props [release/5.0] Enable MUSL ARM support (#27942) 2020-11-23 11:49:10 -08:00
GenAPI.exclusions.txt Todos 2020-02-18 13:47:25 -08:00
LicenseHeader.txt
PackageOverrides.txt Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
PlatformManifest.txt Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
PoliCheckExclusions.xml
ProjectReferences.props Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07:00
PublicAPI.empty.txt [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
PublishSymbols.proj
Publishing.props [release/5.0] Fix some post-build signing issues (#26506) 2020-10-14 10:19:10 -07:00
QuarantinedTests.AfterArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
QuarantinedTests.BeforeArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
SharedFramework.External.props [release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555) 2020-09-08 23:34:53 +00:00
SharedFramework.Local.props Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
SignCheckExclusionsFile.txt
Signing.props [release/5.0] Fix some post-build signing issues (#26506) 2020-10-14 10:19:10 -07:00
Tools.props Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Version.Details.xml [release/5.0] Fixup 5.0.0 Package shas to be 5.0 RTM (#27915) 2020-11-23 11:29:52 -08:00
Versions.props Update compiler version to 3.8.0 (#28125) 2020-11-24 19:38:35 -08:00
Workarounds.props Enable `/warnAsError` (#23072) 2020-06-18 15:59:34 -07:00
Workarounds.targets [release/5.0] Target 5.0.0 shared framework in global tools (#27599) 2020-11-10 09:46:06 -08:00
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh nit: Mark shell scripts as executable 2020-03-25 11:04:25 -07:00
empty.proj
sdl-tsa-vars.config Update path after dupe fix 2020-08-05 10:26:39 -07:00