ITaluone

Results 41 comments of ITaluone

I struggle to understand, why the _scoped_ formatters are not tied to the `AssertionScope`? The fact that the formatters are mainly static and we forward `Formatter.AddFormatter()` to `FormattingOptions.AddFormatter` I cannot...

I have to admit, I had blinders on.. After I rethought the API it suddenly made sense.. Sorry for the spam.. >> I struggle to understand, why the scoped formatters...

@Meir017 FYI we usually use [rebasing](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#dos-and-donts) instead of merging in changes from develop ;)

@stijnwop Do you mind adding the `--silent` parameter? :) Like `yarn --silent install` or `yarn --silent run xxx`

I have somewhat acheived that already. For now I have a docker volume. This is my docker compose config: ```yml version: '3' name: ocpp services: server: image: ocpp.server:latest //

Can anybody confirm this: set the .NET SDK to 8.0.203 via global.json ```json "sdk": { "version": "8.0.203", "rollForward": "latestMajor" } ``` For me this seems to be working... Edit: Today...

I can confirm that this is working again with [1.6 experimental](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.6-experimental1) by adding ```xml ``` and ```xml 10.0.22621.35-preview ```

Ahm.. am I missing something? I bumped the MAUI version to 8.0.61 and removed the manual bump of the WASDK. But it doesn't work since (when I look at the...

> Sorry @ITaluone looks like it's fixed in SR7 (8.0.70) which released to NuGet today. No worries :) Just wanted to make sure there isn't an issue on my side

This looks like the proper solution (especially for projects which using/extending Nuke.*)