.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
+4
View File
@@ -43,4 +43,8 @@
<_Parameter1>false</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<!-- Common properties -->
<Import Project="$(MSBuildThisFileDirectory)\eng\MSBuild\LegacySupport.props" />
<Import Project="$(MSBuildThisFileDirectory)\eng\MSBuild\Shared.props" />
</Project>