johan-v-r

Results 8 comments of johan-v-r

@jwx I would really benefit from a platform option where we have multiple `index` files depending on the same source. Is somebody currently busy with this or idea when something...

Thanks @jwx , I have left a comment on your PR, and would really appreciate an example of the `project.build.targets` structure. Also I'm assuming that the command to build would...

Adding the following code to the top of my `build.js` file I can specify `au build --target mobile` ```js import project from '../aurelia.json'; let target = "web"; if (CLIOptions.hasFlag("target")) {...

Same issue here, started around the same time. Clean workspace worked as suggested by @supertom78 thanks! My error message is similar in that it can't find the file to delete,...

Looks like it's more related to the ASP.NET configuration and **how** you request the culture from your browser. Try adding the [`RequestCultureProviders`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.builder.requestlocalizationoptions.requestcultureproviders?view=aspnetcore-2.1) to your configuration: ```csharp var supportedCultures = new[]...

Hi @Mathyn Is this a MAUI Blazor app? Which OS/device/emulator are you debugging against? Does it happen on others as well? I've just tested a MAUI Blazor app with the...

Hi - no LSB setting unfortunately, but I think UTF-8 should be fine for our default.. Would you be willing to create a PR for this?

Hi @Blackclaws - sure maybe this can be added with an extra flag? PRs welcome 😄