-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Named Pipe] Check for pipe broken on WaitConnectionAsync #46182
[Named Pipe] Check for pipe broken on WaitConnectionAsync #46182
Commits on Jan 20, 2023
-
[Named Pipe] Check for pipe broken on WaitConnectionAsync
According to https://learn.microsoft.com/en-us/dotnet/api/system.io.pipes.namedpipeserverstream.waitforconnection?view=net-7.0#system-io-pipes-namedpipeserverstream-waitforconnection, WaitConnectionAsync can throw IOException when a pipe is broken. I am unable to write a test reproducing it, but I have seen it happen in the wild under high load with Unity's custom named pipe transport. Without this catch block, the server can unexpectedly stop accepting connections under high load. Signed-off-by: Simon Ferquel <simon.ferquel@unity3d.com>
Configuration menu - View commit details
-
Copy full SHA for fa46bce - Browse repository at this point
Copy the full SHA fa46bceView commit details -
Run test on Linux and Mac (dotnet#45642)
* Run test on Linux and Mac * Use `ReplaceLineEndings` * Always use lf * Different approach * Revert * Doc
Configuration menu - View commit details
-
Copy full SHA for ed77f14 - Browse repository at this point
Copy the full SHA ed77f14View commit details -
Update milestone assignments for PRs (dotnet#46178)
- rules would have assigned PRs to released milestones - note however that these rules don't presently seem to be working!! nits: - remove duplicate rule for release/6.0 PRs - remove rule for release/3.1 PRs since the release is no EOL
Configuration menu - View commit details
-
Copy full SHA for 7560737 - Browse repository at this point
Copy the full SHA 7560737View commit details -
Making
JsonOptions
AOT/Trimmer-safe with EnsureJsonTrimmability swi……tch (dotnet#45886) * Adding EnsureJsonTrimmability switch * Set TypeResolver to null * Removing RUC/RDC attributes * Removing ProblemDetails.Extension RUC/RDC * Adding Test remote execution support * Adding jsonoptions tests * Update ProblemDetails.cs * Update HttpValidationProblemDetailsJsonConverter.cs
Configuration menu - View commit details
-
Copy full SHA for 40dd230 - Browse repository at this point
Copy the full SHA 40dd230View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77deeb - Browse repository at this point
Copy the full SHA c77deebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a79370 - Browse repository at this point
Copy the full SHA 9a79370View commit details
Commits on Jan 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebbf5eb - Browse repository at this point
Copy the full SHA ebbf5ebView commit details -
Workaround fabricbot
addMielstone
task issue (dotnet#46195)It looks like the `addMilestone` task doesn't run when there is an existing milestone set. Clearing milestone before setting it to avoid this issue
Configuration menu - View commit details
-
Copy full SHA for 8d6d88e - Browse repository at this point
Copy the full SHA 8d6d88eView commit details -
feat : Add
StringSyntax
for regex parameters (dotnet#40589)* feat : Add `StringSyntax` for regex parameters * add missing using statement. * addressed PR feedback * Update RuleBuilder.cs * removed usage from test utils Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1078da9 - Browse repository at this point
Copy the full SHA 1078da9View commit details -
Add DispatchExceptionAsync to ComponentBase (dotnet#46074)
* Add DispatchExceptionAsync * add testing * Update src/Components/Components/src/ComponentBase.cs Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> * Remove ref since ComponentBase doesn't have access * Simplify ErrorBoundary test cases * API feedback: make RenderHandle.DispatchExceptionAsync internal * Revert "API feedback: make RenderHandle.DispatchExceptionAsync internal" This reverts commit c15f5fe. * Add unit test Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ec0753 - Browse repository at this point
Copy the full SHA 9ec0753View commit details -
Allow minimal host to be created without default HostBuilder behavior (…
…dotnet#46040) * Allow minimal host to be created without default HostBuilder behavior This adds a new Hosting API to reduce startup and app size, and ensures the default behavior is NativeAOT compatible. Fix dotnet#32485 * Use the new slim hosting API in the api template. Refactor the WebHostBuilder classes to share more code.
Configuration menu - View commit details
-
Copy full SHA for 0a3a01b - Browse repository at this point
Copy the full SHA 0a3a01bView commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8714420 - Browse repository at this point
Copy the full SHA 8714420View commit details -
Update dependencies from https://github.com/dotnet/arcade build 20230…
…117.5 (dotnet#46215) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 02635ec - Browse repository at this point
Copy the full SHA 02635ecView commit details -
Delete duplicate define (dotnet#46202)
The exact same thing exists 2 lines above that
Configuration menu - View commit details
-
Copy full SHA for ac52b4d - Browse repository at this point
Copy the full SHA ac52b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7369057 - Browse repository at this point
Copy the full SHA 7369057View commit details -
[blazor][wasm][debug]Press alt-shift-d and open firefox debug tab att…
…ached to the blazor app (dotnet#46132) * Press alt-shift-d and open firefox debug tab attached to the blazor app * remove debugger.launch. * removing unrelated changes * Removing unnecessary changes on chrome debugging. * addressing @mkArtakMSFT comments * Addressing @mkArtakMSFT comments. * Addressing Steve comments, adding a console.warning message and remove the beautiful message, removed the Newtonsoft from the send message, todo: remove the Newtonsoft from receive message. * Completely removing newtonsoft usage as asked by steve. * Change warning message.
Configuration menu - View commit details
-
Copy full SHA for 1a1ab56 - Browse repository at this point
Copy the full SHA 1a1ab56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3261139 - Browse repository at this point
Copy the full SHA 3261139View commit details -
[main] (deps): Bump src/submodules/googletest (dotnet#46214)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `356fc30` to `ec25eea`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@356fc30...ec25eea) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19e357b - Browse repository at this point
Copy the full SHA 19e357bView commit details -
Added withServerTimeout and withKeepAliveInterval to HubConnectionBui…
…lder for java client (dotnet#46172) * Added withServerTimeout and withKeepAliveInterval to HubConnectionBuilder for java client
Configuration menu - View commit details
-
Copy full SHA for 0e51178 - Browse repository at this point
Copy the full SHA 0e51178View commit details -
Implement RouteHandlerServices.Map and use in RequestDelegateGenerator (
dotnet#46180) * Implement RouteHandlerServices.Map and use in RequestDelegateGenerator * Tweak generated code * Remove warnings from generated code * Fix docstring for RouteHandlerServices.Map * Add baseline tests and fix global:: issue * Clean up generated code * Add HTTP verb caching and fix usings * Use FQN and remove GeneratedCode attribute
Configuration menu - View commit details
-
Copy full SHA for c5a59c4 - Browse repository at this point
Copy the full SHA c5a59c4View commit details -
Enumerate paramnames on startup (dotnet#46086)
Enumerate endpoint parameter names on startup instead of allocating a list.
Configuration menu - View commit details
-
Copy full SHA for 9a118ce - Browse repository at this point
Copy the full SHA 9a118ceView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 351eccf - Browse repository at this point
Copy the full SHA 351eccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b66d40 - Browse repository at this point
Copy the full SHA 4b66d40View commit details -
Merge branch 'namedpipe/catch-io-exception-on-accept-async' of https:…
…//github.com/simonferquel/aspnetcore into namedpipe/catch-io-exception-on-accept-async
Configuration menu - View commit details
-
Copy full SHA for b0e5f3d - Browse repository at this point
Copy the full SHA b0e5f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb0ee9 - Browse repository at this point
Copy the full SHA 7cb0ee9View commit details