Visual Studio Template project
HiHang requires no special configuration in order to be used with a visual studio project, other than the nuget package references to Hiperspace and HiLang
Simply Add model schema files with the extension .hilang
to the project and either set the "C# analyzer additional file" property for the file
or change the file reference to "AdditionalFiles" in the csproj
project file.
<ItemGroup>
<AdditionalFiles Include="Domain.hilang" />
</ItemGroup>
Generation
Generated source can be found under Project Dependencies / Analyzers / HiLang / HiLang.Roslyn.SourcewGenerator
There is currently a Visual Studio bug that errors reported in generated code have a different path in the output window from the generated location - the files can be found as above