41 of 45 issues across 1 orgs and 3 repos
Support for Span<T> and ReadOnlySpan<T> in source-generated marshalling
area-System.Runtime.InteropServicesblockingapi-ready-for-review
dotnet/runtime#69281 15 days ago by jkoritzinsky7.0.0
Add AllBitsSet to the IBinaryNumber Interface
area-System.Numericsblockingapi-ready-for-review
dotnet/runtime#69676 5 days ago by dakersnar7.0.0
Expose a high level authentication API
area-System.Net.Securityblockingapi-ready-for-review
dotnet/runtime#69920 13 hours ago by wfurt7.0.0
System.CommandLine APIs
area-System.Consoleblockingapi-ready-for-review
dotnet/runtime#68578 31 days ago by KathleenDollard(None)
Add overloads to string trimming
area-System.Runtimeapi-ready-for-review
dotnet/runtime#14386 7 years ago by chr4ss17.0.0
API proposal for SP800-108-CTR-HMAC cryptographic algorithm
area-System.Securityapi-ready-for-review
dotnet/runtime#65577 3 months ago by GrabYourPitchforks7.0.0
Add `DeleteFromJsonAsync` for `HttpClient`
area-System.Net.Httpapi-ready-for-review
dotnet/runtime#65617 3 months ago by WeihanLi7.0.0
Enumerable.Order and OrderDescending
area-System.Linqapi-ready-for-review
dotnet/runtime#67194 2 months ago by terrajobst7.0.0
DispatchProxy.Create<TProxy>(Type interfaceType)
area-System.Reflectionapi-ready-for-review
dotnet/runtime#67444 57 days ago by AndreasHoffmann27.0.0
When stopping an IHost instance, IHostedService instances StopAsync method is called sequentially instead of asynchronously
tenet-performancearea-Extensions-Hostingapi-ready-for-review
dotnet/runtime#68036 44 days ago by jerryk4147.0.0
Analyzer: Detect the problem of using a System.Type overload instead of the generic overload
area-System.Reflectioncode-analyzercode-fixerapi-ready-for-review
dotnet/runtime#68243 38 days ago by buyaa-n7.0.0
Convert argument null checks to ArgumentNullException.ThrowIfNull
area-System.Threadingcode-analyzercode-fixerapi-ready-for-review
dotnet/runtime#68326 37 days ago by stephentoub7.0.0
Add Marvin32 to System.IO.Hashing
area-System.Securityapi-ready-for-review
dotnet/runtime#68616 31 days ago by bartonjs7.0.0
Additional span overloads for asymmetric signing and encryption
area-System.Securityapi-ready-for-review
dotnet/runtime#68767 26 days ago by vcsjones7.0.0
Simplify calls to string.Substring and Memory/Span.Slice
area-System.Runtimecode-analyzercode-fixerapi-ready-for-review
dotnet/runtime#68946 22 days ago by GrabYourPitchforks7.0.0
Additional Regex.EnumerateMatches/Count overloads
area-System.Text.RegularExpressionsapi-ready-for-review
dotnet/runtime#68959 22 days ago by stephentoub7.0.0
[Analyzer]: Unexpected allocation when converting arrays to spans
area-System.Memorytenet-performancecode-analyzerapi-ready-for-review
dotnet/runtime#69577 9 days ago by stephentoub7.0.0
Add a JsonEncodedText.Value property
area-System.Text.Jsonapi-ready-for-reviewCost:S
dotnet/runtime#69716 4 days ago by eiriktsarpalis7.0.0
Expose method on PeriodicTimer to adjust interval
area-System.Threadingapi-ready-for-review
dotnet/runtime#60384 8 months ago by AndrewMD5(None)
add ProcessStartInfo constructor that accepts IEnumerable<string> arguments.
area-System.Diagnostics.Processapi-ready-for-review
dotnet/runtime#66450 3 months ago by tmds(None)
Authenticated ciphers should distigush between mismatched tag and failure
area-System.Securityapi-ready-for-review
dotnet/runtime#67082 2 months ago by carlreinke(None)
Use TimeSpan everywhere we use an int for seconds, milliseconds, and timeouts (Group 2+3)
area-Metaapi-ready-for-review
dotnet/runtime#67156 2 months ago by deeprobin(None)
Add API to check if process had administrator privileges
area-System.Runtimeapi-ready-for-review
dotnet/runtime#68770 26 days ago by tmds(None)
Expose `IsSupported` properties on the vector types
area-System.Runtime.Intrinsicsapi-ready-for-review
dotnet/runtime#69036 20 days ago by tannergooding(None)
CngProperty constructor with ReadOnlySpan<byte> overload
area-System.Securityapi-ready-for-review
dotnet/runtime#69061 19 days ago by vcsjones(None)
Add constructor with string for SocketException
area-System.Netapi-ready-for-review
dotnet/runtime#69266 16 days ago by wfurt(None)
Non-cooperative abortion of code execution
area-VM-coreclruntriagedapi-ready-for-review
dotnet/runtime#69622 8 days ago by AntonLapounov(None)
Add "Create" method to EqualityComparer<> class
area-System.Runtimeapi-ready-for-review
dotnet/runtime#24460 4 years ago by jkotasFuture
Add snake_case support for System.Text.Json
area-System.Text.Jsonup-for-grabsapi-ready-for-reviewUser StoryPriority:3Cost:STeam:Libraries
dotnet/runtime#782 3 years ago by hez2010Future
Add a delegate for OnDirectoryFinished() and others
area-System.IOapi-ready-for-review
dotnet/runtime#1953 2 years ago by iSazonovFuture
Detect non-cancelable Task.Delay passed to Task.WhenAny
area-System.Threading.Taskscode-analyzercode-fixerapi-ready-for-review
dotnet/runtime#33805 2 years ago by terrajobstFuture
treat calls to ROS<char> op_Equality as warning
area-System.Runtimecode-analyzercode-fixerapi-ready-for-review
dotnet/runtime#54794 11 months ago by GrabYourPitchforksFuture
TcpListener should implement IDisposable
area-System.Net.Socketsapi-ready-for-review
dotnet/runtime#63114 5 months ago by geoffkizerFuture
HttpClient.Shared
area-System.Net.Httpapi-ready-for-review
dotnet/runtime#65380 3 months ago by stephentoubFuture
Add overload of ToDictionary that turns an IEnumerable of KeyValuePair or ValueTuple
area-System.Collectionsapi-ready-for-review
dotnet/runtime#65925 3 months ago by davidfowlFuture
Add readonly Capacity property to HashSet<T> and Dictionary<K,V> and TrimExcess to HashSet<T>
area-System.Collectionsapi-ready-for-review
dotnet/runtime#66426 3 months ago by theodorzouliasFuture
Add ImmutableArray.Contains overload that accepts an IEqualityComparer<T>
area-System.Linqapi-ready-for-review
dotnet/runtime#66758 2 months ago by ChrMLFuture
List<T>.Slice
area-System.Collectionsapi-ready-for-review
dotnet/runtime#66773 2 months ago by 333fredFuture
Add architecture PPC64le to Architecture enum
area-System.Runtime.InteropServicesapi-ready-for-review
dotnet/runtime#67428 57 days ago by Sapana-KhemkarFuture
Expose method to get system message for system error code
area-System.Runtime.InteropServicesapi-ready-for-review
dotnet/runtime#67872 47 days ago by danmoseleyFuture
HttpRequestOptions should implement IReadOnlyDictionary
area-System.Net.Httpapi-ready-for-review
dotnet/runtime#68149 40 days ago by GrauenwolfFuture