Tim Potze

Results 40 comments of Tim Potze

As a workaround I've downgraded only `Aspire.Hosting.Azure.Functions` to `9.1.0-preview.1.25121.10`. It now launches on the port I specified. Other Aspire packages I left on `9.2.1`.

I'm also looking for an answer on this topic

@olegsych could you tell us more about future Ubuntu support?

Thanks for the quick reply! Will SF maybe keep an (updated) public roadmap in the future? So far I've only seen a release schedule, but that schedule ended some time...

The source code in this repo is very old, (roughly SF v6). The current release is v11. Don't even know why there is any code in this repo, since they...

GetTimestamp uses QueryPerformanceFrequency which should be better performant and acurate. if you show me some repro code i can take a look at the bug you're running into

This would make all commands case-insensitive instead of allowing commands to be case-insensitive. Might be good to make it a configuration option on EcsBuilder

> In my opinion (...) This should be the default behavior You counter your own point here, besides, it would be a breaking change due to behavioral changes in existing...

the easiest way would be a simple extension on `IEcsBuilder`. ```c# public static class CommandEcsBuilderExtensions { // note: default values in parameters reflect the default // todo: xml doc block...