-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Comparing changes
Open a pull request
base repository: dotnet/aspnetcore
base: 9b6afb4
head repository: dotnet/aspnetcore
compare: 3535cfb
- 8 commits
- 54 files changed
- 7 contributors
Commits on Aug 9, 2021
-
Enforce Chunk Size on Incoming Data Stream (#35110)
* 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
Configuration menu - View commit details
-
Copy full SHA for 1c23575 - Browse repository at this point
Copy the full SHA 1c23575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79aefbb - Browse repository at this point
Copy the full SHA 79aefbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4f4ab - Browse repository at this point
Copy the full SHA 0a4f4abView commit details -
Fix NativeAOT with minimal actions (#35167)
* 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
Configuration menu - View commit details
-
Copy full SHA for 83927d9 - Browse repository at this point
Copy the full SHA 83927d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd65bd8 - Browse repository at this point
Copy the full SHA fd65bd8View commit details -
[main] (deps): Bump src/submodules/googletest (#35182)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `2d924d7` to `aefb454`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@2d924d7...aefb454) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa81ecc - Browse repository at this point
Copy the full SHA fa81eccView commit details
Commits on Aug 10, 2021
-
Templates set Microsoft.AspNetCore logs to warning level (#35139)
- 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
Configuration menu - View commit details
-
Copy full SHA for 59cca98 - Browse repository at this point
Copy the full SHA 59cca98View commit details -
Added the ability to configure the buffer sizes on the client (#35107)
* 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
Configuration menu - View commit details
-
Copy full SHA for 3535cfb - Browse repository at this point
Copy the full SHA 3535cfbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9b6afb4...3535cfb