-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: dotnet/sdk
base: v8.0.102
head repository: dotnet/sdk
compare: v8.0.200
Commits on Sep 25, 2023
-
enable rid parsing in invariant ways for CommonOptions and Restore co…
…mmand; Add tests for rid parsing
Configuration menu - View commit details
-
Copy full SHA for 0f527f6 - Browse repository at this point
Copy the full SHA 0f527f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c76bcb - Browse repository at this point
Copy the full SHA 8c76bcbView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cdaefdc - Browse repository at this point
Copy the full SHA cdaefdcView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d783ea6 - Browse repository at this point
Copy the full SHA d783ea6View commit details
Commits on Oct 5, 2023
-
[release/8.0.2xx] Update dependencies from dotnet/runtime (#35874)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2cfab2 - Browse repository at this point
Copy the full SHA c2cfab2View commit details
Commits on Oct 6, 2023
-
Update dependencies from https://github.com/dotnet/razor build 202310…
…04.1 Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport From Version 7.0.0-preview.23471.1 -> To Version 7.0.0-preview.23504.1
Configuration menu - View commit details
-
Copy full SHA for 015c5f1 - Browse repository at this point
Copy the full SHA 015c5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d828b6 - Browse repository at this point
Copy the full SHA 6d828b6View commit details -
SDK resolver perf: Don't check current process for dotnet.exe on .NET…
… Framework (#35890) When evaluating projects in Visual Studio, more than half of the CPU spent in SDK resolution is in EnvironmentProvider.GetCurrentProcessPath(). Making this call in the .NET Framework version of the resolver does not make sense as there is no Framework dotnet.exe. This PRs reorders the checks so that EnvironmentProvider.GetCurrentProcessPath() does not run except for failure cases, which speeds up evaluation of the OrchardCore solution by ~18%. The Framework Process.MainModule getter is slow. In this trace the total CPU spent in evaluation was 9459 ms.
Configuration menu - View commit details
-
Copy full SHA for a19a593 - Browse repository at this point
Copy the full SHA a19a593View commit details -
[release/8.0.2xx] Update dependencies from dotnet/roslyn (#35901)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd8383e - Browse repository at this point
Copy the full SHA bd8383eView commit details -
[release/8.0.2xx] Update dependencies from dotnet/fsharp (#35900)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cab62a9 - Browse repository at this point
Copy the full SHA cab62a9View commit details -
[release/8.0.2xx] Update dependencies from dotnet/aspnetcore (#35899)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66a1275 - Browse repository at this point
Copy the full SHA 66a1275View commit details -
[release/8.0.2xx] Update dependencies from dotnet/source-build-refere…
…nce-packages (#35898) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 56802c9 - Browse repository at this point
Copy the full SHA 56802c9View commit details -
[release/8.0.2xx] Update dependencies from dotnet/roslyn-analyzers (#…
…35897) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c497a4 - Browse repository at this point
Copy the full SHA 8c497a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de513bb - Browse repository at this point
Copy the full SHA de513bbView commit details -
[release/8.0.2xx] Update dependencies from dotnet/templating (#35904)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ddc8015 - Browse repository at this point
Copy the full SHA ddc8015View commit details -
[release/8.0.2xx] Update dependencies from dotnet/format (#35903)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db5d90c - Browse repository at this point
Copy the full SHA db5d90cView commit details -
[release/8.0.2xx] Update dependencies from dotnet/source-build-extern…
…als (#35895) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b62f9b2 - Browse repository at this point
Copy the full SHA b62f9b2View commit details -
[release/8.0.2xx] Update dependencies from nuget/nuget.client (#35894)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 915a28f - Browse repository at this point
Copy the full SHA 915a28fView commit details -
[release/8.0.2xx] Update dependencies from dotnet/sourcelink (#35877)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Forgind <12969783+Forgind@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd1c77e - Browse repository at this point
Copy the full SHA cd1c77eView commit details -
[release/8.0.2xx] Update dependencies from nuget/nuget.client (#35911)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6cb5a6d - Browse repository at this point
Copy the full SHA 6cb5a6dView commit details -
[release/8.0.2xx] Update dependencies from microsoft/vstest (#35910)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d3f450 - Browse repository at this point
Copy the full SHA 3d3f450View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4009d - Browse repository at this point
Copy the full SHA ba4009dView commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 122db70 - Browse repository at this point
Copy the full SHA 122db70View commit details -
Update dependencies from https://github.com/dotnet/msbuild build 2023…
…1005.2 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.8.0-preview-23471-08 -> To Version 17.9.0-preview-23505-02
Configuration menu - View commit details
-
Copy full SHA for cb1401b - Browse repository at this point
Copy the full SHA cb1401bView commit details -
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0231006.5 dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0 From Version 8.0.0-rtm.23505.1 -> To Version 8.0.0-rtm.23506.5
Configuration menu - View commit details
-
Copy full SHA for 29f2a5c - Browse repository at this point
Copy the full SHA 29f2a5cView commit details -
Update dependencies from https://github.com/dotnet/templating build 2…
…0231007.4 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23504.5 -> To Version 8.0.100-rtm.23507.4
Configuration menu - View commit details
-
Copy full SHA for 3b14ea6 - Browse repository at this point
Copy the full SHA 3b14ea6View commit details -
Update dependencies from https://github.com/dotnet/runtime build 2023…
…1006.12 Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.0-rtm.23504.8 -> To Version 8.0.0-rtm.23506.12 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport From Version 8.0.0-rtm.23477.1 -> To Version 8.0.0-rtm.23504.4 (parent: Microsoft.NETCore.App.Runtime.win-x64
Configuration menu - View commit details
-
Copy full SHA for a2367c8 - Browse repository at this point
Copy the full SHA a2367c8View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fd65e5 - Browse repository at this point
Copy the full SHA 4fd65e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b34407 - Browse repository at this point
Copy the full SHA 8b34407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b9704 - Browse repository at this point
Copy the full SHA 69b9704View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d809c - Browse repository at this point
Copy the full SHA c0d809cView commit details
Commits on Oct 9, 2023
-
[release/8.0.2xx] Update dependencies from microsoft/vstest (#35945)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c0cda0 - Browse repository at this point
Copy the full SHA 8c0cda0View commit details -
[release/8.0.2xx] Update dependencies from dotnet/roslyn (#35944)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71acb5c - Browse repository at this point
Copy the full SHA 71acb5cView commit details -
[release/8.0.2xx] Update dependencies from dotnet/fsharp (#35943)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfca830 - Browse repository at this point
Copy the full SHA dfca830View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5eb17 - Browse repository at this point
Copy the full SHA fa5eb17View commit details -
A lot of cleanup around uses of many different ValueTuple types. Crea…
…ted records or aliases to attempt to simplify. Ad-hoc formatting cleanup and some simplification. No functional changes should be taking place.
Configuration menu - View commit details
-
Copy full SHA for 14fa66f - Browse repository at this point
Copy the full SHA 14fa66fView commit details -
Refactored GetManifestPackageDownloadsAsync to be a loop. Cleaned up …
…a few other minor things.
Configuration menu - View commit details
-
Copy full SHA for eba98e2 - Browse repository at this point
Copy the full SHA eba98e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6311ae - Browse repository at this point
Copy the full SHA a6311aeView commit details -
Modified GetManifestPackageDownloadsAsync to use a foreach with Disti…
…nct to eliminate duplicates.
Configuration menu - View commit details
-
Copy full SHA for 6fb2d3a - Browse repository at this point
Copy the full SHA 6fb2d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4315a53 - Browse repository at this point
Copy the full SHA 4315a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a7521 - Browse repository at this point
Copy the full SHA 98a7521View commit details -
Removed unused statements in the GivenNoWorkloadsInstalledInfoOptionR…
…emarksOnThat test.
Configuration menu - View commit details
-
Copy full SHA for 6f54c4b - Browse repository at this point
Copy the full SHA 6f54c4bView commit details -
Removed string.Format use for reporter.WriteLine since it has an inte…
…rface that does this automatically.
Configuration menu - View commit details
-
Copy full SHA for 919c985 - Browse repository at this point
Copy the full SHA 919c985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f8fe6 - Browse repository at this point
Copy the full SHA 64f8fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d73f4 - Browse repository at this point
Copy the full SHA e0d73f4View commit details -
Added code comments to GetManifestPackageDownloadsAsync. Updated Upda…
…teAdvertisingManifestAsync to match the same pattern as GetManifestPackageDownloadsAsync, since it was using the same previous pattern except with 2 bands instead of 3.
Configuration menu - View commit details
-
Copy full SHA for b402558 - Browse repository at this point
Copy the full SHA b402558View commit details
Commits on Oct 10, 2023
-
Update dependencies from https://github.com/dotnet/templating build 2…
…0231010.1 Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.100-rtm.23507.4 -> To Version 8.0.100-rtm.23510.1
Configuration menu - View commit details
-
Copy full SHA for 8d354f3 - Browse repository at this point
Copy the full SHA 8d354f3View commit details -
[release/8.0.2xx] Update dependencies from dotnet/windowsdesktop (#35966
Configuration menu - View commit details
-
Copy full SHA for 081f38c - Browse repository at this point
Copy the full SHA 081f38cView commit details -
[release/8.0.2xx] Update dependencies from dotnet/fsharp (#35968)
[release/8.0.2xx] Update dependencies from dotnet/fsharp
Configuration menu - View commit details
-
Copy full SHA for 2bfafba - Browse repository at this point
Copy the full SHA 2bfafbaView commit details -
[release/8.0.2xx] Update dependencies from dotnet/runtime (#35970)
[release/8.0.2xx] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for ca4f35f - Browse repository at this point
Copy the full SHA ca4f35fView commit details
There are no files selected for viewing