SubnauticaNitrox / Nitrox.Analyzers

Analyzers and source generators to assist with Nitrox mod development

Home Page:https://www.nuget.org/packages/Nitrox.Analyzers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nitrox.Analyzers

Analyzers and source generators to assist with Nitrox mod development

Local Testing

  1. Run dotnet build -c Release
  2. Add NuGET source to your IDE, pointing to the Release folder of this project.
  3. Change NuGET source in your IDE to use local
  4. Change version number of the Nitrox.Analyzers dependency
  5. Run dotnet restore in the project referencing Nitrox.Analyzers

Deploy

  1. Run dotnet build -c Release
  2. Upload nuget package to NuGET

About

Analyzers and source generators to assist with Nitrox mod development

https://www.nuget.org/packages/Nitrox.Analyzers/

License:MIT License


Languages

Language:C# 100.0%