Uh oh!
There was an error while loading. Please reload this page.
[API Implementation]: Use TimeSpan everywhere we use an int for seconds, milliseconds, and timeouts (Group 1/3) - #64860
Conversation
…dPipeClientStram.ConnectAsync`
ghost
commented
Feb 6, 2022
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Feb 6, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
teo-tsirpanis
commented
Feb 6, 2022
@deeprobin you have to rephrase the PR's description; it will close the issue you don't want to close. |
deeprobin
commented
Feb 6, 2022
Thanks. I updated it |
ghost
commented
Feb 7, 2022
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsProposal implementation of #14336 (Group 1 of 3) - This will NOT close the issue ProposalnamespaceSystem{publicstaticclassGC{publicstaticGCNotificationStatusWaitForFullGCApproach(TimeSpantimeout);publicstaticGCNotificationStatusWaitForFullGCComplete(TimeSpantimeout);}}namespaceSystem.ComponentModel.DataAnnotations{publicclassRegularExpressionAttribute{publicTimeSpanMatchTimeout{get;}}}namespaceSystem.Diagnostics{publicclassProcess{publicboolWaitForExit(TimeSpantimeout);publicboolWaitForInputIdle(TimeSpantimeout);}}namespaceSystem.IO{publicclassFileSystemWatcher{publicWaitForChangedResultWaitForChanged(WatcherChangeTypeschangeType,TimeSpantimeout);}publicsealedclassNamedPipeClientStream:PipeStream{publicvoidConnect(TimeSpantimeout);publicTaskConnectAsync(TimeSpantimeout,CancellationTokencancellationToken);}}namespaceSystem.Net.NetworkInformation{publicclassPing{publicPingReplySend(IPAddressaddress,TimeSpantimeout,byte[]?buffer,PingOptions?options);publicPingReplySend(stringhostNameOrAddress,TimeSpantimeout,byte[]?buffer,PingOptions?options);publicTask<PingReply>SendPingAsync(IPAddressaddress,TimeSpantimeout,byte[]?buffer,PingOptions?options,CancellationTokencancellationToken);publicTask<PingReply>SendPingAsync(stringhostNameOrAddress,TimeSpantimeout,byte[]?buffer,PingOptions?options,CancellationTokencancellationToken);}}namespaceSystem.Net.Sockets{publicclassNetworkStream:Stream{publicvoidClose(TimeSpantimeout);}publicclassSocket{publicboolPoll(TimeSpantimeout,SelectModemode);publicstaticvoidSelect(IListcheckRead,IListcheckWrite,IListcheckError,TimeSpantimeout);}}namespaceSystem.ServiceProcess{publicclassServiceBase{publicvoidRequestAdditionalTime(TimeSpantime);}}namespaceSystem.Threading.Tasks{publicclassTask{publicboolWait(TimeSpantimeout,CancellationTokencancellationToken);}}namespaceSystem.Timers{publicclassTimer{publicTimer(TimeSpaninterval);}}Current state of implementation
/cc @reflectronic
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Mar 26, 2022
Hopefully that was the last feedback? this is mostly just getting used to "repo style" ... |
Uh oh!
There was an error while loading. Please reload this page.
deeprobin
commented
Mar 28, 2022
We have a few CI Failures that are unrelated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ds, milliseconds, and timeouts (Group 1/3) (dotnet#64860)
dotnet#64860 added a TestWaitForExitValidation test that would fail when run on platforms that did not support RemoteExecutor. This change adds a `ConditionalTheory` to make sure that doesn't happen.
#64860 added a TestWaitForExitValidation test that would fail when run on platforms that did not support RemoteExecutor. This change adds a `ConditionalTheory` to make sure that doesn't happen.
Proposal implementation of #14336 (Group 1 of 3) - This will NOT close the issue
Proposal
Current state of implementation
/cc @reflectronic