* Fix component governance issues for main branch
- Upping all of our dependencies so we're on the latest of everything.
- One of the primary goals of this change is to get to the latest Newtonsoft.Json version (13.0.1).
- Re-generated package source mappings and added a comment on how to generate more in the future. Had to do this because I needed to bug a few folks on the infra side to upload newer O# packages which indirectly referenced bad Newtonsoft versions.
Hopefully fixes#6606
* Fix obsolete build failures
* Add more package source maps
Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Internal.Transport , Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Internal.Transport , Microsoft.AspNetCore.Razor.Symbols.Transport , Microsoft.CodeAnalysis.Razor.Tooling.Internal
From Version 7.0.0-preview.5.22357.2 -> To Version 7.0.0-preview.5.22364.1
- We keep seeing on CI builds that VisualStudio.RpcContracts gets mismatched due to transient versioning issues. For some reason this is a flakey issue and not consistent. To workaround the flakiness I'm pinning all of our RpcContract bits.
* Forwards collapsed text for FoldingRange if it's provided by Roslyn or HTML
* Adds CollapsedText for our own implementations
* If no CollapsedText is found, fall back to old behavior of modifying the start to be the end of the line
[main] Update dependencies from dotnet/arcade
- Update Microsoft.CodeAnalysis.NetAnalyzers Version for 7.0 SDK
- Merge branch 'main' of github.com:dotnet/razor-tooling into darc-main-7e5e47a2-aef7-4473-80f2-441777c008d1
- Update SDK and dotnet versions
- Use a version that exists
- Use supported docker image
- net6.0->net7.0
* Wait after File open
* Include assemblyLocation in error message
* Wait for Extension to load to check coloration
* Prevent unwanted references
* Debug upgrade
* Don't load assemblies