- 8月 12, 2021
-
-
由 James Newton-King 创作于
-
由 Hao Kung 创作于
-
由 David Fowler 创作于
* Set isRequired on ApiDescriptions for endpoints - Use the same logic we have in RequestDelegateFactory.Create to determine if a method parameter is required or not. We then set the IsRequired property on the ApiParameterDesciption.
-
由 Hao Kung 创作于
-
由 Tanay Parikh 创作于
For: dotnet/source-build#2358
-
由 Hao Kung 创作于
-
由 Matt Mitchell 创作于
Done with git add --renormalize
-
由 Kahbazi 创作于
-
由 Kahbazi 创作于
-
由 Pranav K 创作于
* Blazor WASM Hot reload updates * Update the HotReloadAgent code to pick up fixes made in the SDK
-
由 Hao Kung 创作于
-
由 Pranav K 创作于
-
由 Steve Sanderson 创作于
-
- 8月 11, 2021
-
-
由 Brennan 创作于
-
由 Hao Kung 创作于
-
由 Chris Ross 创作于
-
由 Chris Ross 创作于
-
由 James Newton-King 创作于
-
由 William Godbe 创作于
-
由 William Godbe 创作于
Clean up logging Co-authored-by:
Hao Kung <haok@microsoft.com>
-
由 Pranav K 创作于
* Fix issue where missing _framework/blazor-hotreload.js prevents the app from functioning. This issue is found when debugging a WASM app. * Update the HotReloadAgent code to pick up fixes made in the SDK
-
由 David Fowler 创作于
* Slightly better support for NativeAOT and trimming - Use explicit reflection to make sure primitive TryParse method are preserved for trimming - Also use explicit reflection to preserve HttpContext properties when using expression tree compilation. - This doesn't work for custom types (those need to be preserved by the application).
-
由 Damian Edwards 创作于
* Removed option for Razor runtime compilation from C# templates Note the F# templates still use Razor runtime compilation but it was never behind a template option. Fixes #35125
-
由 Aditya Mandaleeka 创作于
Add feature and DiagnosticSource event for rejected request info.
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21379.2 -> To Version 6.0.0-beta.21406.6 Co-authored-by:
dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-
由 Mackinnon Buck 创作于
-
- 8月 10, 2021
-
-
由 Eric Erhardt 创作于
Remove unnecessary try-catch in Worker template
-
由 Steve Sanderson 创作于
-
由 David Fowler 创作于
* Added the ability to configure the buffer sizes on the client - When data comes in from the transport or sent to the transport, we use the default pipe buffer size on the client (which is 65K). This change makes it possible to configure both the transport buffer and the application buffer so that it can be configured based on users scenarios. - Raise the default limit from 65K to 1MB on the client side and raise it from 32K (old pipe limit) to 65K on the server side. - Added tests
-
由 Damian Edwards 创作于
- Simplify the template logging configuration to just set `Microsoft.AspNetCore` logging to warning - This change means EF Core information level logs will be visible again (Fixes #32977) - Made the gRPC template to match the rest
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `2d924d7` to `aefb454`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/2d924d7a971e9667d76ad09727fb2402b4f8a1e3...aefb45469ee7e6bde0cd1d2c18412046c30e7bb6 ) --- 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>
-
由 James Newton-King 创作于
-
由 David Fowler 创作于
* Fix NativeAOT with minimal actions - Generic methods for value types need to be visible at compile time so that the AOT compiler can generate code for the right instantiations (closed generic types). Since Enum.TryParse<T> is used purely via reflection is gets removed from the final AOT binary. This causes our logic that looks for Enum.TryParse<T> to fail. Instead we call back to the non-generic overload which doesn't get trimmed and can at runtime lookup the metadata for the enum type in order to allow parsing. - Made TryParseMethodCache creatable so it could be tested more easily. - Added tests
-
由 Stephen Halter 创作于
-
由 Song Li 创作于
-
- 8月 09, 2021
-
-
由 Tanay Parikh 创作于
* Enforce Chunk Size on Incoming Data Stream Realized we were missing this explicit check for the JS->.NET Streaming. Regardless, the SignalR message size limit should serve as a good failsafe in this case. * Fix typo
-
由 Martin Costello 创作于
-
- 8月 08, 2021
-
-
由 James Newton-King 创作于
-
- 8月 07, 2021
-
-
由 James Newton-King 创作于
-
由 James Newton-King 创作于
-