Jérôme Laban
Jérôme Laban
@dr1rrb the build is failing on windows
This issue is related to caching in .NET, where the app storage in the browser and bin/obj folders must be cleaned properly before running again.
/azp run
/azp run
> @jeromelaban Could you explain more (or links so I can read more) about the `$(TargetPlatformVersion)` being set to 1.0? Setting `$(DesignTimeBuild)` to true I'm good with, but I want...
The code @Youssef1313 suggested is for uno itself in order to avoid doing culture-specific work. This is currently not fixed.
Indeed, VS determines the startup page on whichever project gets loaded first, and it overrides the one we provide.
Upgrading to single project will fix this.
This is likely going to be fixed by updating to latest uno, or updating to single project.
> @jeromelaban would like to get yours or teams opinion / advise for improving this 🙃 what do you think of this idea I found others doing for FluentAssertions and...