Joey Robichaud
Joey Robichaud
Do I need to push this branch to origin so that CI can run? Or does it matter since this isn't a functional change?
Thanks @sevoku. I think I found the right spot to add them.
@sevoku I installed the build produced by the CI. The themes were available from the preferences dialog and worked as expected.
@sandyarmstrong Please let me know if there is anything else needed for this PR. =)
@bradwilson Sorry we were broken for a bit. There were some issues assembly resolution issues with the core 3.0.0 sdk. @sharwell has a fix in master for them. dotnet format...
@sharwell Found that the NuGetSdkResolver wouldn't load unless we added a local dependency on Newtonsoft.Json. I'm not yet sure why the AssemblyLoader that we use couldn't resolve it from the...
I think enabling `rollForward` would be the best option for these tools. They could continue to target net5.0 if they wish, but the runtime could roll up to 6.0, which...
OminSharp should certainly be using a version of Roslyn with that particular fix. Does the fix still get auto-applied when you set the severity to none? See https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/configuration-options for details....
OK I think I understand the problem a little better now. I propose we add a VS Code setting that will allow you to filter out particular diagnostics from being...
Seems like this may be related https://github.com/dotnet/razor-tooling/issues/5913