adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
568 stars 47 forks source link

Template broken #97

Closed FynnSchapdick closed 1 year ago

FynnSchapdick commented 1 year ago

Hi guys, the current version of the template broke. app.SetWindowsSpecificAssetsDirectory("Assets"); this line broke, because the maui guys did a typo i think ^^. Maybe update all dependencies and this issue should be fixed.

adospace commented 1 year ago

I made this typo and fixed it in one of the latest releases. If you update the template to the latest version it should be aligned with the correct name of the method ...Asset.. instead of ...Assect...

FynnSchapdick commented 1 year ago

Ok, this would be right, but i dont think u fixed it in the current version 1.0.131, as the template is the one from your Readme file.

Code-DJ commented 1 year ago

@adospace the bug is that the csproj file created by the template still uses "1.0.117" instead of the latest. If you update all to 1.0.131 it works:

    <PackageReference Include="Reactor.Maui" Version="1.0.117" />
    <PackageReference Include="Reactor.Maui.Canvas" Version="1.0.117" />
    <PackageReference Include="Reactor.Maui.ScaffoldGenerator" Version="1.0.117" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />