Skip to content

Commit

Permalink
API
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jan 16, 2024
1 parent be2f0a5 commit e8d5511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-T:System.AppDomain*
-T:System.AssemblyLoad*
-T:System.AppContext
-M:System.Environment.*
-TM:System.Environment.*
+M:System.Environment.get_CurrentManagedThreadId
+M:System.Environment.get_NewLine
-T:System.EnvironmentVariableTarget
Expand Down Expand Up @@ -46,11 +46,16 @@
-T:System.Threading.*
+T:System.Threading.CancellationToken

-T:System.Threading.Tasks.*
+T:System.Threading.Tasks.*
-M:System.Threading.Tasks.Task.*
-M:System.Threading.Tasks.Task`1.*
+M:System.Threading.Tasks.Task*.get_*
+M:System.Threading.Tasks.Task*.ConfigureAwait(*)
+M:System.Threading.Tasks.Task*.GetAwaiter()
+M:System.Threading.Tasks.Task*.GetAwaiter
+M:System.Threading.Tasks.Task*.From*(*)
+M:System.Threading.Tasks.Task*.Dispose(*)
+M:System.Threading.Tasks.Task*.Dispose*
-T:System.Threading.Tasks.TaskFactory*
-T:System.Threading.Tasks.TaskScheduler

+T:System.Threading.Tasks.ConfigureAwaitOptions
+T:System.Threading.Tasks.TaskAsyncEnumerableExtensions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<TargetFrameworks>$(NetRoslynToolset);net472</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Compilers\Test\Core\Microsoft.CodeAnalysis.Test.Utilities.csproj" />
Expand Down

0 comments on commit e8d5511

Please sign in to comment.