Sander ten Brinke

Results 109 comments of Sander ten Brinke

Hi @RicoSuter ! I am working on a new project which gives me the pleasure to wow everyone with this amazing library and API client generation! I do have a...

Hi @stefan-schweiger and @RicoSuter , do you perhaps have an update on this?

If anyone knows of any current ways to support my scenario, let me know! Perhaps I am wrong about using bindingcontexts?

Hi @PureWeen Thanks for your reply > Elaborate? AFAIK Shell works just fine (slightly better) with MVVM as non-Shell apps You have a good point; I was mistaken! > Route...

In any case, I thought some more about this issue and I strongly feel that we should be able to have something like this: _2 routes in app shell, but...

Thanks for your reply. It's good to see this has a 7.0.0 milestone. What exactly is the plan for this? A better exception message, or more than this? I mention...

I looked through the codebase, and I saw 250 `Assert` statements, and 159 `Should()` statements (fluentassertions). In my projects I always only use FluentAssertions. There is nothing wrong with using...

Actually, I just figured out you can just attach to the process in visual studio and debug that way. Still, why not support .NET Core 3.0?

I've implemented a temporary workaround by using `.csharpierrc` like this: ``` # Some long API method definitions are easier to read when on one line. printWidth: 120 ``` But this...

Hey guys, any updates on this? I suppose that @alirezanet means that include doesn't do anything? If so, I believe I can confirm: For example: `dotnet format solution.sln --include some-script-in-this-folder.sh...