Filter which messages are exported (#622)

This commit is contained in:
Lucas LaBuff
2021-07-07 15:14:40 -04:00
committed by GitHub
parent 95cd6cb50c
commit d39fc212b6
21 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// ReSharper disable CheckNamespace
// TODO: remove after moving to .NET 5
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit
{
}
}