dotnet-bot
f53765fb45
Merge in 'release/3.1' changes
2019-12-14 21:53:33 +00:00
Doug Bunting
e6af4bfe7e
[release/3.1] Remove `grpc-nuget-dev` feed
...
- https://grpc.jfrog.io/ seems to be failing though https://status.jfrog.io/ says all is well
- feed is not needed because Grpc.AspNetCore v2.23.2 is available from NuGet.org
2019-12-14 13:52:29 -08:00
dotnet-bot
0780fb8e44
Merge in 'release/3.1' changes
2019-12-14 01:57:19 +00:00
Doug Bunting
81bccd1e4a
Merge branch 'release/3.0' => 'release/3.1' #16621
...
- hurray 🎆 🍾
- thanks @wtgodbe
/fyi @Pilchie @mmitche
2019-12-13 17:55:58 -08:00
dotnet-bot
95be2bded3
Merge in 'release/3.1' changes
2019-12-14 00:23:13 +00:00
William Godbe
f89c8d15a2
Use correct, non-stabilized version to find runtime archive ( #17863 ) ( #17869 )
2019-12-13 16:21:45 -08:00
wtgodbe
6ce4719886
Fixup nuspecs for TargetingPackPackage/SharedFrameworkPackage
2019-12-13 16:19:53 -08:00
wtgodbe
e142091d27
Add StructLayout to LifeCycleProperty
2019-12-13 14:46:00 -08:00
William Godbe
fcb22728ee
Add dummy target for GetTargetPath to Components.Web.JS.npmproj ( #17796 )
2019-12-13 14:04:42 -08:00
wtgodbe
138e801e34
Remove _dummy/_dummyPrimitive from LifeCycleProperty
2019-12-13 13:35:43 -08:00
wtgodbe
a3358d71cd
Try ugly fix for LifecycleProperty
2019-12-13 13:26:24 -08:00
wtgodbe
7052bc48d4
Try ugly fix for LifecycleProperty
2019-12-13 13:19:27 -08:00
Doug Bunting
f2f23589a6
Use fields in a `readonly` `struct`
2019-12-13 12:56:23 -08:00
Doug Bunting
a11d4b32ad
Add another CS1705 workaround in test project depending on some .NET Standard projects
2019-12-13 12:13:56 -08:00
Doug Bunting
3a67489398
Add missing `_dummy` and `_dummyPrimitive` fields
...
- probably need to double-check for similar gaps in 'release/3.0' branch
2019-12-13 12:13:15 -08:00
Doug Bunting
7256b353b3
Update `internal` types and members in *.Manual.cs files
...
- match changes that are in 'release/3.1' but not 'release/3.0'
- e.g. `StaticComponentRenderer`'s namespace change and newly-added members
- redo GenAPI exclusions
- remove some unecessary workarounds getting in the way of keeping up w/ API changes
- add more GenAPI exclusions, enabling `--all` without hitting dotnet/arcade#4488
2019-12-13 12:10:44 -08:00
Doug Bunting
409ead0b18
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1
2019-12-12 11:22:30 -08:00
Doug Bunting
7ba757265f
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1
...
- upgrade Arcade SDK to '1.0.0-beta.19607.3'
- regenerate eng/ProjectReferences.props and ref/ projects
2019-12-11 20:03:03 -08:00
Doug Bunting
cf6b5028c3
Improve generation and use of ref/ projects ( #17311 )
...
* Remove useless src/PackageArchive files
- not used outside 2.x branches
* Improve use of ref/ assemblies
- compile against ref/ assemblies but do not change package metadata
- update the metadata of implementation projects to include the ref/ assembly path
- update `@(ReferenceAssembly)` metadata for Extensions packages, not `@(PackageReference)`
- can be disabled using `$(CompileUsingReferenceAssemblies)` e.g. when generating ref/ projects
- include ref/ projects in source build by default
- remove `$(ExcludeFromSourceBuild)` overrides from ref/ project files
- use latest package references and use project references even when _not_ building the targeting packs
- restore previous `@(Reference)` -> `@(PackageReference)` logic
- add build-only Microsoft.Internal.Extensions.Refs package reference in most cases
- remove IndirectReferences.props and `@(_ExtensionInternalRefAssemblies)`; no longer needed
* Improve ref/ project generation
- use ../src/**/AssemblyInfo.cs files instead of including attributes in *.Manual.cs files
- for same reason, copy `@(InternalsVisibleto)` items from src/ to ref/ projects
- use eng/targets/CSharp.ReferenceAssembly.props instead of ref/Directory.Build.props files
- use TFM-specific *.Manual.cs files in ref/ project files instead of ref/Directory.Build.props files
optimizations and usability improvements:
- add `$(BuildMainlyReferenceProviders)` property to focus on reference providers when generating ref/ projects
- disable `$(UseReferenceAssemblyInImplementation)` to avoid using ref/ projects while generating them
nits:
- clean up whitespace and remove blank lines in ref/ project files
* Perform smaller cleanup
- remove `$(IsTargetingPackPatching)`; use only `$(IsTargetingPackBuilding)`
- remove `$(DisableServicingFeatures)`; enable the servicing features we need
- suppress baseline references even in servicing builds
- restore `$(AdditionalGenApiCmdOptions)`; useful when updating *.Manual.cs files
nits:
- simplify conditions using `$(HasReferenceAssembly)`
- correct spelling in comments
- shorten long lines
* Use a response file for GenAPI commands
- work around dotnet/arcade#4021 and help with additional ref assemblies
- mimic 111462e0c2 and integrate w/ other changes here
* Undo some manual ref/ project changes
- now done automatically or centrally
- remove manual `[TypeForwardedTo]` and `[InternalsVisibleTo]` attributes
- fully qualify a type now that `using` is gone
- remove dupe `@(Compile)` items for *.Manual.cs files; included in the ref/ project files
- remove redundant `$(AllowUnsafeBlocks)` and `$(NoWarn)` settings
nits:
- rename a *.Manual.cs file that's not TFM-specific
- remove `private` members
* Correct use of `@(ProjectReference)` items for reference providers
- use `@(Reference)` instead
* Remove recently-added `@(Compile)` and `@(Reference)` items
- were added due to missing `[InternalsVisibleTo]` attributes in ref/ assemblies or as early workarounds
- plus, now transitive references **Just Work™️ **
- expose `ClosedGenericMatcher` in the usual (*.Manual.cs) way
- also undo Microsoft.Extensions.ApiDescription.Server workaround
* Remove `private` members from ref/ *.Manual.cs files
- not useful and bloat the ref/ assemblies
* Cleanup warnings
- avoid "CSC warning CS2008: No source files specified." building site extensions
- correct warnings (as errors) about `RenderToStringResult` being obsolete
- add Microsoft.AspNetCore.SpaServices.Tests to Middleware solution
* Remove `@(RuntimeHostConfigurationOption)` workarounds
- deps files are unaffected by new ref/ assembly handling and test projects aren't special-cased
- also execute a test previously skipped due to deps file problems
* Regenerate ref/ projects
- pick up the latest generation changes
(unclear why Mvc.RazorPages/ref/Microsoft.AspNetCore.Mvc.RazorPages.netcoreapp3.0.cs changed but works)
* Fill in missing `internal` types 1 of n
- rename Microsoft.AspNetCore.Components.netstandard2.0.Manual.cs; need `RenderTreeFrame` type everywhere
- add types needed in unit and perf tests to *.Manual.cs files
* Clean up recent commits
- remove recently-added `private` members
- restore `_dummyPrimitive` fields in Microsoft.AspNetCore.Server.HttpSys.Manual.cs
* Add *.Manual.cs files for more projects
* !fixup! fields in *.Manual.cs `struct`s
- GenAPI sometimes generates `_dummy` and `_dummyPrimitive` fields _instead of_ visible members
- what GenAPI generates sometimes have the right length but actual fields don't hurt
- that is, using the real fields corrects both the visible API and `struct`s' sizes
nits:
- consolidate `namespace`s in Microsoft.AspNetCore.Mvc.Core.Manual.cs
* Remove special case for generating ref/ projects on non-Windows
- referenced issue was closed with no action but workaround still not required
- no tabs in generated content
* Only create ref/ projects for assemblies in the shared framework
- restrict when `$(HasReferenceAssembly)` is `true` by default
- add warnings when `$(IsAspNetCoreApp)` or `$(HasReferenceAssembly)` have unexpected values
* Remove "extra" ref/ projects
- associated implementation projects no longer have `$(HasReferenceAssembly)` set to `true`
* Add a few GenAPI exclusions
- see dotnet/arcade#4488
- generation for these members leads to NREs
* Add more `internal` types and members
- Identity/Core
- Identity/Extensions.Core
- Mvc/Mvc.ViewFeatures
* Add direct dependencies to work around CS1705 errors
- add direct references to some test and sample projects to make intent clear i.e. address CS1705 root cause
- these projects must use implementation assemblies for those direct references
- requirement also applies to anything depending on them e.g. functional tests
- for simplicity, use `$(CompileUsingReferenceAssemblies)` instead of targeted `@(Reference)` metadata
- leads to ~40 projects that do not themselves add ref/ metadata
- this is _not_ transitive i.e. it applies only to projects that override `$(CompileUsingReferenceAssemblies)`
* nits: Remove a few more `private` members in *.Manual.cs files
* !fixup! correct namespaces of a few types in *.Manual.cs files
* Try another way to fix Microsoft.AspNetCore.Blazor.Build.Tests
* Try another way to fix missing targets in Web.JS.npmproj
2019-12-11 07:36:59 -08:00
dotnet-bot
d0cca8c2b5
Merge in 'release/3.1' changes
2019-12-10 15:35:56 +00:00
John Luo
9a4ab80f7e
Merge pull request #17672 from dotnet-maestro-bot/merge/release/2.1-to-release/3.0
...
[automated] Merge branch 'release/2.1' => 'release/3.0'
2019-12-09 19:01:47 -08:00
John Luo
3cfac251c7
Merge branch 'release/2.1' into release/3.0
2019-12-09 14:38:04 -08:00
Matt Mitchell
6cdd41aecd
Update to 3.1.100 rtm sdk ( #17626 )
2019-12-09 12:23:40 -08:00
dotnet-maestro[bot]
24806e548a
Update dependencies from https://github.com/dotnet/arcade build 20191207.3 ( #17704 )
...
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19607.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19607.3
2019-12-09 18:33:37 +00:00
William Godbe
cafb50c68b
[release/3.0] Use Microsoft.NETCore.App.Internal for runtime version ( #17628 )
2019-12-06 14:56:44 -08:00
dotnet-bot
1a577b9842
Merge in 'release/3.1' changes
2019-12-06 22:03:07 +00:00
William Godbe
bc75981efe
[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version ( #17627 )
2019-12-06 14:01:09 -08:00
dotnet-bot
0fbb7802e7
Merge in 'release/3.1' changes
2019-12-06 01:09:11 +00:00
dotnet-maestro[bot]
c3fa87ed04
Update dependencies from https://github.com/aspnet/Blazor build 20191205.1 ( #17642 )
...
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19605.1
2019-12-06 01:06:40 +00:00
dotnet-bot
79c2268571
Merge in 'release/3.1' changes
2019-12-05 23:26:37 +00:00
dotnet-maestro[bot]
f4b63b9629
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191205.1 ( #17636 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19605.1
- dotnet-ef - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19605.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 23:20:00 +00:00
dotnet-bot
598e43ae39
Merge in 'release/3.1' changes
2019-12-05 21:38:18 +00:00
dotnet-maestro[bot]
0a6e4d10e8
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191205.6 ( #17624 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19605.6
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19605.6
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19605.6
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19605.6
2019-12-05 13:32:22 -08:00
dotnet-bot
f6f3f6f122
Merge in 'release/3.1' changes
2019-12-05 20:44:46 +00:00
William Godbe
1f114dff50
Download runtime from suffixed location in dotnetcli blob storage ( #17592 )
2019-12-05 12:33:38 -08:00
dotnet-maestro[bot]
30be2bdf76
[release/3.0] Update dependencies from 2 repositories ( #17601 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191204.2
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19604.2
- dotnet-ef - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19604.2
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- System.Drawing.Common - 4.6.2-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191204.5
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19604.5
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19604.5
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19604.5
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19604.5
2019-12-05 07:47:36 -08:00
Will Godbe
90aa91ab8c
Merged PR 4684: Merge 'release/3.1' into internal branch
...
Fixed a merge conflict in the code mirror from github into 'internal/release/3.1'
2019-12-05 02:27:14 +00:00
dotnet-maestro[bot]
08348ed326
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.10 ( #17525 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.10
- dotnet-ef - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.10
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 01:21:59 +00:00
William Godbe
89aae45d6d
Download runtime from suffixed location in dotnetcli blob storage ( #17593 )
2019-12-04 16:31:45 -08:00
dotnet-maestro[bot]
f992759332
Update dependencies from https://github.com/aspnet/Blazor build 20191127.2
...
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19577.2
2019-12-04 15:59:14 -08:00
William Godbe
99979efaf6
Update branding to 3.1.1 ( #17335 )
...
* Update branding to 3.1.1
* Add *
* Skip RefPack tests
* Update baseline
2019-12-04 15:45:00 -08:00
Doug Bunting
386ffebd57
Merge branch 'release/2.2' => 'release/3.0' ( #17319 )
...
- no-op merge
2019-12-04 13:05:10 -08:00
Matt Mitchell
049cdec742
Unpin package ( #17536 )
2019-12-02 21:30:51 -08:00
dotnet-bot
a3aaf16336
Merge in 'release/3.1' changes
2019-12-02 17:48:41 +00:00
William Godbe
98376507d7
Pin Extensions & Core-Setup refPacks to 3.1.0 rtm versions ( #17468 )
2019-12-02 09:46:29 -08:00
dotnet-maestro[bot]
21831b5be7
Update dependencies from https://github.com/dotnet/arcade build 20191127.5 ( #17470 )
...
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19577.5
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19577.5
2019-11-27 18:13:17 -08:00
dotnet-maestro[bot]
6accf2429d
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191127.2 ( #17462 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19577.2
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19577.2
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19577.2
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19577.2
2019-11-27 20:51:10 +00:00
dotnet-maestro[bot]
f495589daf
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.4 ( #17455 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19576.4
- dotnet-ef - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19576.4
Dependency coherency updates
- System.Drawing.Common - 4.6.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.0.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
2019-11-27 10:49:46 -08:00
dotnet-maestro[bot]
62eee6e6d2
[release/3.1] Update dependencies from 2 repositories ( #17431 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.1
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.1
- dotnet-ef - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.1
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.5
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.5
- dotnet-ef - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.5
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191126.6
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19576.6
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19576.6
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19576.6
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19576.6
2019-11-27 05:14:26 +00:00
Matt Mitchell
e085de41ca
Remove accidentally duplicated Microsoft.Internal.Extensions.Refs ( #16848 )
...
The second one is correct, the first one is an older build. Both build numbers are the name so this doesn't affect anything but the drop gathering.
2019-11-26 09:13:29 -08:00