Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/runtime #25883

Merged
merged 2 commits into from
Sep 7, 2021

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Sep 6, 2021

This pull request updates the following dependencies

From https://github.com/dotnet/runtime

  • Subscription: daf314a8-d8c8-4b54-8dcc-08d82e674dfc
  • Build: 20210906.1
  • Date Produced: 9/6/2021 10:39 AM
  • Commit: b7e10374429b5af32debc4660aa9bce41cfb903e
  • Branch: refs/heads/main

…0906.1

System.Collections.Immutable , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.Logging , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.DependencyModel , System.Diagnostics.DiagnosticSource
 From Version 7.0.0-alpha.1.21430.3 -> To Version 7.0.0-alpha.1.21456.1
@HaoK
Copy link
Member

HaoK commented Sep 7, 2021

@ajcvickers can someone look at fixing this nullability error blocking this dependency update?

src/EFCore.Sqlite.Core/Infrastructure/SpatialiteLoader.cs(130,24): error CS8619: (NETCORE_ENGINEERING_TELEMETRY=Build) Nullability of reference types in value of type 'List<string>' doesn't match target type 'List<string?>'.

@ajcvickers
Copy link
Member

@roji Can you take a look at this to get the dependency update unblocked?

@roji
Copy link
Member

roji commented Sep 7, 2021

This was a result of Microsoft.Extensions.DependencyModel getting null-annotated (dotnet/runtime#57445).

/cc @bricelam - made two tiny changes in SpatialiteLoader (300b782)

@dotnet-maestro dotnet-maestro bot merged commit 990393b into main Sep 7, 2021
@dotnet-maestro dotnet-maestro bot deleted the darc-main-cc0e5208-51a0-4ab5-b09e-d771add4c5c4 branch September 7, 2021 22:41
@HaoK
Copy link
Member

HaoK commented Sep 8, 2021

thanks guys! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants