.Net: Added shared classes (#58)

* Added Throw shared class

* Added Experimental attribute

* Added IsExternalInit

* Added TrimAttributes

* Small update

* Small update

* Suppress warning

* Added comment

* Updated LegacySupport.props

* Small updates
This commit is contained in:
Dmytro Struk
2025-06-04 08:44:12 +00:00
committed by GitHub
parent 0bcb11fbb4
commit 41facf3a2d
24 changed files with 1680 additions and 0 deletions
+2
View File
@@ -10,4 +10,6 @@
<Message Text="Running dotnet format" Importance="high" />
<Exec Command="dotnet format --no-restore -v diag $(ProjectFileName)" />
</Target>
<Import Project="$(MSBuildThisFileDirectory)\eng\MSBuild\Shared.targets" />
</Project>