Andrew Casey
Andrew Casey
The ["official"](https://github.com/dotnet/runtime/blob/ce8f49e658d4a31e5708f0c06efa39784ee7c1ad/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L87) `ActivatorUtilities` does use match length as a tie-breaker if the container supports `IServiceProviderIsService`, which `Autofac.Extensions.DependencyInjection` does as of version 7.2.
No, we're not planning to address it in RC2. We'll revisit in 10.0.
That's my understanding as well. Thanks for checking in, @tillig!
@John0King This announcement only covers middleware constructors.
Consistency can be trickier than it appears. In this case, my guess would be that appsettings came first and then launchSettings was adopted to maintain consistency with VS Code. While...
FYI @captainsafia
``` error NU1102: Unable to find package Microsoft.AspNetCore.DeveloperCertificates.XPlat with version (>= 10.0.0-alpha.1.24419.2) ``` ``` error NU1102: Unable to find package Microsoft.AspNetCore.TestHost with version (>= 10.0.0-alpha.1.24419.2) [D:\a\_work\1\s\sdk.sln] ```
Do we need to do anything special to prepare SDK for https://github.com/dotnet/aspnetcore/pull/57340, @wtgodbe?
Getting a new error now ``` D:\a\_work\1\s\src\Installer\redist-installer\targets\GenerateLayout.targets(411,5): error : Download from all targets failed. List of attempted targets: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/9.0.0-rc.1.24414.4/aspnetcore-runtime-10.0.0-alpha.1.24419.2-win-x64.zip, https://dotnetbuilds.blob.core.windows.net/public/aspnetcore/Runtime/9.0.0-rc.1.24414.4/aspnetcore-runtime-10.0.0-alpha.1.24419.2-win-x64.zip [D:\a\_work\1\s\src\Installer\redist-installer\redist-installer.csproj] ##[error]src\Installer\redist-installer\targets\GenerateLayout.targets(411,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Download from all targets failed....
@wtgodbe Might know the current and intended levels of support. @JamesNK may have thoughts on how this relates to our other observability work. Either way, I don't realistically expect a...