mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
41facf3a2d
* Added Throw shared class * Added Experimental attribute * Added IsExternalInit * Added TrimAttributes * Small update * Small update * Suppress warning * Added comment * Updated LegacySupport.props * Small updates
12 lines
212 B
Markdown
12 lines
212 B
Markdown
# Throw
|
|
|
|
Efficient exception throwing utilities.
|
|
|
|
To use this in your project, add the following to your `.csproj` file:
|
|
|
|
```xml
|
|
<PropertyGroup>
|
|
<InjectSharedThrow>true</InjectSharedThrow>
|
|
</PropertyGroup>
|
|
```
|