- 6月 29, 2022
-
-
由 Safia Abdalla 创作于
* Fix up reading auth schemes and setting default scheme * Address feedback from peer review
-
- 6月 28, 2022
-
-
由 Damian Edwards 创作于
* Allow file middlewares to run if there's an endpoint with a null request delegate #42413 * Ensure EndpointMiddleware checks AuthZ/CORS metadata even if endpoint.RequestDelegate is null * Update null equality check to use "is" * Added tests for StaticFileMiddleware changes * Add tests for DefaultFiles/DirectoryBrowser middleware * Add endpoint middleware test
-
由 James Newton-King 创作于
-
由 Chris Ross 创作于
-
由 dependabot[bot] 创作于
* Bump node-fetch in /src/SignalR/clients/ts/FunctionalTests Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 ) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> * Undo changes for local `npm` dependencies - apply suggestions from code review Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `86add13` to `5376968`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/86add13493e5c881d7e4ba77fb91c1f57752b3a4...5376968f6948923e2411081fd9372e71a59d8e77 ) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 6月 27, 2022
-
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/arcade
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 Javier Calvarro Nelson 创作于
Fixes #41425 that marked the tests as quarantined because of a runtime issue that was blocking the SDK update. A fix was merged on the runtime and the SDK was updated, so these tests should go back to normal.
-
- 6月 26, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
- 6月 25, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 Aditya Mandaleeka 创作于
-
由 dependabot[bot] 创作于
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 ) --- updated-dependencies: - dependency-name: got dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 William Godbe 创作于
-
由 Cera Samson 创作于
* Fix file path for launchSettings.json * Add --hosted --exclude-launch-settings baseline test
-
- 6月 24, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
由 Filip Navara 创作于
Co-authored-by:
James Newton-King <james@newtonking.com>
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore
-
由 Steve Sanderson 创作于
-
由 James Newton-King 创作于
-
由 Mackinnon Buck 创作于
- 6月 23, 2022
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/runtime
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[main] Update dependencies from dotnet/efcore
-
由 dependabot[bot] 创作于
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 ) --- updated-dependencies: - dependency-name: got dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 dependabot[bot] 创作于
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5 ) --- updated-dependencies: - dependency-name: got dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 Doug Bunting 创作于
- part of dotnet/aspnetcore-internal#4089
-
由 Sébastien Ros 创作于
* Create output caching middleware * Fix MVC attribute * Update src/Middleware/OutputCaching/src/Policies/EnableCachingPolicy.cs Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> * Update src/Middleware/OutputCaching/src/DispatcherExtensions.cs Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> * Update src/Middleware/OutputCaching/src/Policies/PredicatePolicy.cs Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> * Update src/Middleware/OutputCaching/src/Policies/ExpirationPolicy.cs Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> * Fix mention of response cache * Update src/Middleware/OutputCaching/src/OutputCachingPolicyProvider.cs Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> * Use IReadOnlyList in IPoliciesMetadata * Add XML documentation * Missing changes * Remove unused file * PR feedback * Fix build * Add Path sample * Fix build * Update public api * Fix typos [skip ci] * Update sample [skip ci] * Fix build * API cleaning and test project * Update src/Middleware/OutputCaching.Abstractions/src/Microsoft.AspNetCore.OutputCaching.Abstractions.csproj Co-authored-by:
James Newton-King <james@newtonking.com> * Update src/Middleware/OutputCaching/src/Microsoft.AspNetCore.OutputCaching.csproj Co-authored-by:
James Newton-King <james@newtonking.com> * Update TrimmableProjects * Fix solution * Improve ThrowIfNull usage * API review feedback * Add more tests * Update API * Clean up api * Update unit tests * Remove CachedResponseHeaders from public API * Fix unshipped file * API review feedback * Fix unit tests * Feedback * Refactor resolved policies * Clean sample * Provide HttpContext in VaryByValue * Reduce public API * Apply API review changes * Add more tests * Add more tests * Apply PR feedback * PR feedback * PR feedback * Brennan's * Update submodule (#42357) Co-authored-by:
Kahbazi <A.Kahbazi@gmail.com> Co-authored-by:
James Newton-King <james@newtonking.com>
-
由 dotnet-maestro[bot] 创作于
* Update dependencies from https://github.com/dotnet/runtime build 20220621.8 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.Configuration.Ini , Microsoft.Extensions.Configuration.Json , 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.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , 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.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Configuration.ConfigurationManager , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Reflection.Metadata , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Threading.Channels , System.Threading.RateLimiting From Version 7.0.0-preview.6.22320.7 -> To Version 7.0.0-preview.6.22321.8 * Update dependencies from https://github.com/dotnet/efcore build 20220622.2 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 7.0.0-preview.6.22321.1 -> To Version 7.0.0-preview.6.22322.2 * Update ReflectedNegotiateState.cs Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by:
Chris Ross <chrross@microsoft.com>
-
由 Chris Ross 创作于
-
由 Cera Samson 创作于
* Duplicated Blazor WebAssembly and Blazor Hosted templates * Renaming to reflect file name change * Added files for empty Blazor Server template * Delete Empty WASM Template files * Create EmptyBlazorServerWeb-CSharp.csproj.in * Update launchSettings.json * Update site.css * Removed GUIDs, "Shared" folder, Program.Main.cs * Update src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/wwwroot/css/site.css Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Removed references to Program.Main.cs, reverted HTTPS settings * Update src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/Program.cs Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Added EmptyBlazorServerTest; fixed dismiss formatting * Added blazorserver-empty to template-baselines.json * Remove ProgramMain; name changes * Moved folders for empty template * Revert this (testing CI) * Assert failure logging for missing binlog * Update Project.cs * Update Project.cs * Update MainLayout.razor, Index.razor * Moved empty template test, changed namesapce * Modify to reflect changes in http/https launch profiles * Remove RequiresHttps from template.json * Update EmptyBlazorServerTemplateTest.cs * Update src/ProjectTemplates/Shared/Project.cs Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Update Microsoft.DotNet.Web.ProjectTemplates.csproj * Update template.json * Add exclude-launch-settings test * Modified .json files * Move tags to ide.host.json Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com>
-
由 Safia Abdalla 创作于
-
由 Cera Samson 创作于
* Duplicated required files * Removed authentication, pages, formatting * Fix namespaces * Remove readme / auth template options * Update Index.razor * Remove auth options from templatestrings * Update launchSettings.json * Remove auth (cont.), rename files * Added .csproj.in files * Update templatestrings.json * Update templatestrings.cs.json * Update Program.cs * Modify to reflect changes in http/https launch profiles * Add template test; remove RequiresHttps logic * Added blazorwasm-empty template baseline tests * Merge branch 'main' into t-samsoncera/empty-wasm * Changes from code review; fix failing test * Add empty file to Shared folder * Update src/ProjectTemplates/test/Templates.Blazor.Tests/EmptyBlazorWasmTemplateTest.cs Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Fix issues with launchBrowser and missing PWA install app * Update src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Server/Program.cs Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Update EmptyComponentsWebAssembly-CSharp.sln * Fix missing Server project * Update .json files * Update template-baselines.json * Move icon.png into ide/ * Update ide.host.json * Fix template-baselines, template.json * Fix templates-baselines, remove icon-192.png * Revert "Fix templates-baselines, remove icon-192.png" This reverts commit fa76595cf5928dfcbff89d0b980f9051fde8d52e. * Delete icon-192.png * Update src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/manifest.json Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> * Add ExcludeLaunchSettings to template.json * Move tags into ide.host.json * Fix closing brace appsettings.json Caused /Server build to fail Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com>
-
由 James Newton-King 创作于
-