- 7月 09, 2020
-
-
由 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
-
由 Eric Erhardt 创作于
* The underlying Json issue is fixed. * The X509 issue is not an issue when TrimMode is set to link (which is it now by default). Contributes to #23262
-
由 Brennan 创作于
-
由 Doug Bunting 创作于
- was still running in every job where explicit CD build step did not execute - caused consistent errors in Linux MUSL x64 (Alpine) jobs - error was ignored but made build failure diagnosis more difficult - totally redundant in test jobs
-
由 Pranav K 创作于
* Follow ups for nullable * Update src/Http/Routing/src/Matching/DfaMatcherBuilder.cs Co-authored-by:
James Newton-King <james@newtonking.com> Co-authored-by:
James Newton-King <james@newtonking.com>
-
由 Hao Kung 创作于
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
-
由 Steve Sanderson 创作于
-
由 Mladen Macanović 创作于
-
- 7月 07, 2020
-
-
由 Javier Calvarro Nelson 创作于
[HTTPS] Support exporting the dev-cert in PEM format and support importing an existing dev-cert in PFX (#23567) * Support exporting the certificate key into PEM format * Support importing an existing https dev certificate into the certificate store
-
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.20356.9 -> To Version 5.0.0-preview.8.20357.1 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 20200706.8 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.20356.5 -> To Version 5.0.0-preview.8.20356.8 * Update dependencies from https://github.com/dotnet/efcore build 20200706.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.20356.5 -> To Version 5.0.0-preview.8.20356.6 * Update dependencies from https://github.com/dotnet/efcore build 20200706.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.20356.6 -> To Version 5.0.0-preview.8.20356.7 * Update dependencies from https://github.com/dotnet/efcore build 20200706.9 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.20356.5 -> To Version 5.0.0-preview.8.20356.9 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/dotnet/roslyn build 20200703.1 Microsoft.Net.Compilers.Toolset From Version 3.7.0-4.20319.6 -> To Version 3.8.0-1.20353.1 * Update dependencies from https://github.com/dotnet/efcore build 20200706.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.20356.1 -> To Version 5.0.0-preview.8.20356.2 * Update dependencies from https://github.com/dotnet/efcore build 20200706.3 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.20356.1 -> To Version 5.0.0-preview.8.20356.3 * Update dependencies from https://github.com/dotnet/runtime build 20200704.5 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.20352.6 -> To Version 5.0.0-preview.8.20354.5 * Update dependencies from https://github.com/dotnet/efcore build 20200706.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.20356.1 -> To Version 5.0.0-preview.8.20356.4 * Update dependencies from https://github.com/dotnet/efcore build 20200706.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.20356.1 -> To Version 5.0.0-preview.8.20356.5 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Martin Costello 创作于
-
由 Artak 创作于
Add org to the team name
-
由 Pranav K 创作于
* Nullable followup for routing. * Update nullability based on usage * Use nullable enable in a few files * More nullable
-
由 Martin Costello 创作于
* Use preferred overloads of string.Split * Revert TrimEntries for netstandard2.0 Revert usage of StringSplit.TrimEntries for projects that target netstandard2.0. Co-authored-by:
Levi Broderick <levib@microsoft.com>
-
由 msftbot[bot] 创作于
[automated] Merge branch 'release/5.0-preview7' => 'master'
-
由 Tanay Parikh 创作于
* Add Razor TagHelper Parsing Benchmarks Benchmarks: | Method | Mean | Error | StdDev | Op/s | Allocated | |---------------------------------------- |------------:|----------:|----------:|---------:|----------:| | 'TagHelper Design Time Processing' | 2,331.51 us | 28.916 us | 27.048 us | 428.9 | 985.33 KB | | 'TagHelper Component Directive Parsing' | 90.46 us | 0.472 us | 0.394 us | 11,055.1 | 3.01 KB | Notes / Attributions: - `BlazorServerTagHelpers` is just a demo file concatonated from the basic `BlazorServer` files - `taghelpers.json` was updated from: https://github.com/dotnet/aspnetcore-tooling/blob/73c96f1c00b90e0f9d4fdbfb0905376229ceb913/src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/taghelpers.json - `ReadTagHelpers` was copied over from https://github.com/dotnet/aspnetcore-tooling/blob/fef50ba62387cb87d34970b4c88290c233361927/src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/ProjectSystem/ProjectSnapshotManagerBenchmarkBase.cs#L83-L93 Fixes: https://github.com/dotnet/aspnetcore/issues/23454
-
由 Ajay Bhargav B 创作于
* Update Roslyn package versions * Fixes * Fix analyzer warnings * Fix root cause for analyzer warnings * Fixed RuntimeCompilation test * Add back nowarns
-
由 Kahbazi 创作于
-
由 Martin Costello 创作于
* Make fields readonly Make a number of fields that aren't changed readonly. * Use range to trim string Use a range to trim the last character of the paths. * Use nameof() Use nameof() for exceptions rather than literals. * Use Task.CompletedTask Use Task.CompletedTask instead of Task.FromResult(). * Use Array.Empty() Use Array.Empty() instead of allocating an empty array. * Remove unused parameter Remove unused CancellationToken parameter. * Fix compilation error Fix compilation error. * Apply suggestions from code review Add comment explaining range syntax.
-
由 Stephen Halter 创作于
-
由 Martin Costello 创作于
Remove a field that's only used in one place, and just pass the char directly to string.Join() on use.
-
由 Pranav K 创作于
-