idexus/Sharp.UI

Generation fails from source code

OpenSemi-de opened this issue · 2 comments

Hey,

its me again.
Using the nuget package i was able to fix the first issues. now that you submitted some of the patches to the source repo i wanted to use this instead of the nuget package.
while trying i noticed the there are no partial classes generated. do i have to setup anything more than referencing the source code?

i pushed the app as example to our repo

If you want to use the Sharp.UI library by project reference

<ItemGroup>
    <ProjectReference Include="..\Sharp.UI\Sharp.UI.csproj" />
    <ProjectReference Include="..\Sharp.UI.Generator\Sharp.UI.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

That did the trick. Thanks again