Robert

Results 13 comments of Robert

I started to experience same issue last week. Don't see any errors in my app logs, haven't updated `Microsoft.Azure.SignalR` (1.13.0). Even if I remove all of the logic from my...

Interestingly, I was able to reproduce the issue 100% times before 9PM UTC, now after 9:10PM UTC it's gone.

Hi @susanev, thank you for your response! >wondering though, would an expand/collapse kind of feature that allows the code to expand to your entire browser window help here? That would...

Actually, if full-screen mode could look like this (sorry for my poor design skills!), on the left code sample and of the right additional information about types used in examples...

Wanted to have a look into this issue, but seems I can't find a way to put a fix in place. Any suggestions where to look first? I Started with...

Just thought about creating a global tool for fettle, so we could simplify how the tool is run. And this is how I landed here. @dcook-net how it went with...

Support for Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace(https://github.com/dotnet/roslyn/issues/17974) is missing in core.

@Mobrockers did some research on this topic https://github.com/stryker-mutator/stryker-net/issues/369, don't know what are his thoughts. Also [FAKE ](https://github.com/fsharp/FAKE/blob/master/src/app/Fake.DotNet.MSBuild/MSBuild.fs)and [cake ](https://github.com/cake-build/cake/blob/develop/src/Cake.Common/Tools/MSBuild/MSBuildResolver.cs) are dealing with it, maybe that will put some light on...

I don't think we want to have a dependency on cake in stryker-net, that would be cumbersome. [Microsoft.Build.Utilities.Core](https://www.nuget.org/packages/Microsoft.Build.Utilities.Core/) seems like a much more lighter solution.