-
Notifications
You must be signed in to change notification settings - Fork 0
How to start?
beakona edited this page Dec 1, 2023
·
1 revision
AutoAs is a .NET Standard 2.0 library that runs during compile-time.
Inside your .NET project:
- Install NuGet package
BeaKona.AutoAsGeneratoror addBeaKona.AutoAsGenerator.dllas Analyzer to your Visual Studio.csprojfile.
<ItemGroup>
<Analyzer Include="absolute-or-relative-path-to\BeaKona.AutoAsGenerator.dll"/>
</ItemGroup>- Mark class as
partial. - Append attribute
BeaKona.AutoAsAttribute.