jtuchel

Results 9 comments of jtuchel

It would be nice to have something similiar to Entitas Redux https://github.com/jeffcampbellmakesgames/Entitas-Redux/wiki/Installation The same might apply for Jenny https://github.com/jeffcampbellmakesgames/Entitas-Redux/wiki/Genesis-Setup

@sschmid I'm new to .Net but does > Use modern project structure and migrate to .NET project SDKs mean we can use Entitas with the latest .Net version soon? And...

> @jtuchel Yes. As a first step I update all Desperate Devs libs to net6.0 and netstandard2.1 and will distribute them as nuget + Unity package with asmdefs. > >...

@sschmid may I ask if there are any new updates on this?

@jeffcampbellmakesgames that would be great :)

May I ask if there is any news? As already mentioned Jest provides a [`--bail`](https://jestjs.io/docs/cli#--bailn) flag And Playwright provides a [`--max-failures -x`](https://playwright.dev/docs/test-cli#reference) flag It would save a lot of time...

To make it work I had to use this code ```cs var builder = WebApplication.CreateBuilder(args); builder.Services.AddControllers(); var app = builder.Build(); app.MapControllers(); app.Run(); ``` Should I add it to the docs?...

@danielroe may I ask if there are any news on this? When creating a new app via Vue or Sveltekit ( the ones I know ) I'm asked for linting...

@NathanKneT thanks for your reply. Feel free to close this issue as a duplicate if you want :)