- 7月 11, 2020
-
-
由 Hao Kung 创作于
-
由 Brennan 创作于
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/5.0-preview7' => 'master'
-
由 Doug Bunting 创作于
* Move to latest NuGet.exe - 5.3.0 -> 5.6.0 - should improve performance and may improve reliability * Also switch from NuGet.Build.Tasks to NuGet.Packaging - move to 5.6.0 version here too - reduce transitive dependencies; we don't need them all
-
由 Chris Ross 创作于
-
由 Ryan Brandenburg 创作于
Remove Obsolete constructor in RequestLocalizationMiddleware
-
由 github-actions[bot] 创作于
Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
由 Pranav K 创作于
-
- 7月 10, 2020
-
-
由 Vasilev Pyotr 创作于
-
由 Mackinnon Buck 创作于
* Migrated protected browser storage. * Added E2E tests. * Added safeguard against using ProtectedBrowserStorage in wasm. * Added TryGetValue. * Added Microsoft.AspNetCore.Components.Web.Extensions * Minor cleanup * Moved ProtectedBrowserStorage out of Web.JS. * Delete Microsoft.AspNetCore.Components.Web.Extensions.netcoreapp.cs * Updated ProjectReferences.props * Improvements and cleanup. * Update Microsoft.AspNetCore.Components.Web.Extensions.csproj * Added Web.Extensions to the VS solution.
-
由 John Luo 创作于
-
由 Ryan Brandenburg 创作于
-
由 Youssef Victor 创作于
-
由 Ryan Brandenburg 创作于
* Include Assets in helix builds * Fix IdentityUI test
-
由 Artak 创作于
-
由 Javier Calvarro Nelson 创作于
* Changed `--key-format` to `--format`. * Changed the format of the certificate to PEM when `--format pem` is indicated.
-
- 7月 09, 2020
-
-
由 github-actions[bot] 创作于
-
由 Matt Mitchell 创作于
* Prepare for strict coherency Strict coherency means that if your repo declares a dependency with a CPD attribute, the CPD parent must have a direct dependency on that dependency. This means for aspnetcore that it should add a dependency on System.Resources.Extensions because aspnetcore-tooling needs it. Reasons for this approach over the current approach: - This eliminates some ambiguous tie-breaking scenarios that are very problematic and dangerous in servicing - Those tie breaking scenarios require the use of BAR to break the ties. If the DB data were to be lost then the tie-breaking would do unexpected things.
-
由 Steve Sanderson 创作于
-
由 Kahbazi 创作于
-
由 Kahbazi 创作于
-
由 Brennan 创作于
-
由 Safia Abdalla 创作于
* Add framework support for lazy-loading assemblies on route change * Configure lazy-loaded assemblies in WebAssemblyLazyLoadDefinition * Move tests to WebAssembly-only scenarios * Refactor RouteTableFactory and add WebAssemblyDynamicResourceLoader * Address feedback from peer review * Rename 'dynamicAssembly' to 'lazyAssembly' and address peer review * Add sample with loading state * Update Router API and assembly loading tests * Support and test cancellation and pre-rendering * Apply suggestions from code review Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com> * Spurce up API and add tests for pre-rendering scenario * Use CT instead of CTS in NavigationContext * Address feedback from peer review * Remove extra test file and update Router Co-authored-by:
Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/dotnet/efcore build 20200708.1 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.1 * Update dependencies from https://github.com/dotnet/efcore build 20200708.2 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.2 * Update dependencies from https://github.com/dotnet/efcore build 20200708.5 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.5 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Kevin Pilch 创作于
-
由 Kevin Pilch 创作于
All rules are currently disabled, except for one that I enabled for src/Http via a new ".editorconfig" file I added there. Other changes: * Allow editorconfigs in MVC and Razor to flow to the root * Consolidate a few editorconfig settings * Tweak Ruleset config in Azure/AzureAD where it clashed. Addresses the beginning of #9620, but it's a fair chunk of work to enable most rules through the whole repo. That can be done directory by directory and rule by rule by dropping .editorconfig files though.
-
由 Steve Gordon 创作于
It seems like this should say "locked out", rather than "logged out".
-
由 Pranav K 创作于
* Tweaks to make dotnet-watch run faster * Previously dotnet-watch calculated the watch file list on every run by invoking MSBuild. This changes the tool to only calculate it if an MSBuild file (.targets, .props, .csproj etc) file changed * For dotnet watch run and dotnet watch test command, use --no-restore if changed file is not an MSBuild file. * Add opt-out switch * Update src/Tools/dotnet-watch/README.md * Fixup typo * Update src/Tools/dotnet-watch/README.md
-
由 Martin Costello 创作于
Cache the value of Entries.Count into a local when enumerating loops, rather than re-evaluating on each pass.
-
- 7月 08, 2020
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Configuration.Json , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Permissions , System.Security.Cryptography.Xml , System.Security.Cryptography.Pkcs , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng From Version 5.0.0-preview.8.20354.5 -> To Version 5.0.0-preview.8.20357.14 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
-
由 Chris Sainty 创作于
* Adds a login mode option via MSAL provider options and updates the AuthenticationService.ts to use the new setting
-
由 Huei Feng 创作于
Skips an unnecessary null check.
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/dotnet/efcore build 20200707.6 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.5 -> To Version 5.0.0-preview.8.20357.6 * Update dependencies from https://github.com/dotnet/efcore build 20200707.7 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.6 -> To Version 5.0.0-preview.8.20357.7 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.4 -> To Version 5.0.0-preview.8.20357.5 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/dotnet/efcore build 20200707.2 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.1 -> To Version 5.0.0-preview.8.20357.2 * Update dependencies from https://github.com/dotnet/efcore build 20200707.4 Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory From Version 5.0.0-preview.8.20357.1 -> To Version 5.0.0-preview.8.20357.4 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Doug Bunting 创作于
- see #23756 and #23757 for more info on quarantined tests - see #23760 for more info on Helix timeouts
-
由 Brennan 创作于
-
由 James Newton-King 创作于
* Fix stream output flow control abort error * Clean up * Clean up * Add timeouts
-