Seikilos

Results 7 comments of Seikilos

Is there any update to this? The complex topic on Joins seems to be not very supported which is a shame since joins, eager loading etc. is nearly instantly required...

@Jaben could you explain which configuration to set to 0.0.0.0? `HttpBaseAddress` cannot be set to `http://0.0.0.0` since papercut fails to bind in this case. `IP` is set to Any but...

What's with **3.11** ? Release https://github.com/nunit/nunit/releases/tag/v3.11 states UWP support but are there any constraints on project type etc? R# does not detect NUnit tests for Universal Windows.

Note: This only work for msbuild using `dotnet build`. Calling `msbuild` directly does not honor the language.

A bit of extra information: We have constant merge issues in our team within git because every new project tend to receive the same *9A19103F-16F7-4668-BE54-9A1E7A4F7556* GUID. So when rebasing the...

I noticed that this issue is getting more important. When I am using high performance logging in C#, I naturally have to fall back to structured logging format. Visually getting...

@charlespwd that did the trick. Thanks for the explanation! Does this need a vs code update to ship, or is this merely a documentation issue? You could technically add a...