Граф коммитов

2440 Коммитов

Автор SHA1 Сообщение Дата
Chris Sienkiewicz 3dc14e8683 Merge remote-tracking branch 'upstream/main' into merge_main 2022-10-03 14:24:14 -07:00
Chris Sienkiewicz 15c2cba70e Merge branch 'main' into features/the-merge 2022-10-03 11:20:14 -07:00
Ryan Brandenburg a39df4548d Take new CLaSP version 2022-10-03 10:53:34 -07:00
dotnet-maestro[bot] acd09a0af2
Update dependencies from https://github.com/dotnet/arcade build 20220930.2 (#6940)
[main] Update dependencies from dotnet/arcade
2022-10-03 13:00:05 +00:00
Ryan Brandenburg 2e6d983868 Keep O# packages for WebTools 2022-09-28 14:55:56 -07:00
Ryan Brandenburg c1b73814e6 Merge branch 'main' of github.com:dotnet/razor-tooling into features/CLaSP 2022-09-28 11:38:49 -07:00
Ryan Brandenburg bb28ae76b1 Fix tests 2022-09-23 10:49:04 -07:00
Andrew Hall 109ec4e8e8
Add telemetry reporting (#6873) 2022-09-22 12:32:18 -07:00
Allison Chou 7dd08ef1f2
Upgrade VS LSP protocol version (#6881) 2022-09-21 11:44:50 -07:00
Ryan Brandenburg d29901df24 Fix benchmarks 2022-09-20 14:38:15 -07:00
Jan Jones 7103ab433d
Fix `dynamic` support (#6815) 2022-09-19 17:35:08 +02:00
Ryan Brandenburg 06c485ccd5
Merge pull request #6829 from ryanbrandenburg/CLaSPBase
First CLaSP classes
2022-09-14 14:16:31 -07:00
Ryan Brandenburg f3de1fbe4c Cleanup 2022-09-13 15:33:03 -07:00
Ryan Brandenburg 24a357bb0a
Update Integration tests (#6818) 2022-09-09 14:58:02 -07:00
Ryan Brandenburg 3cbeebf4b8 Make big changes for the move to CLaSP 2022-09-09 12:30:29 -07:00
Ryan Brandenburg 10bfad0b5a
Use system.private.uri (#6778) 2022-09-02 13:52:28 -07:00
Ryan Brandenburg da152bfa9c
Update VS.BuildTools version (#6763) 2022-08-31 11:00:09 -07:00
Chris Sienkiewicz c2c3277963 Switch extensions to package refs 2022-08-30 14:01:59 -07:00
Chris Sienkiewicz 39f178d8fb PR Feedback 2022-08-29 16:39:18 -07:00
Chris Sienkiewicz 052d02a85c Update benchmark.net version 2022-08-29 12:28:56 -07:00
Chris Sienkiewicz 54f046bc0a Update versions.props 2022-08-29 12:15:46 -07:00
Chris Sienkiewicz c137e4f20c Rename overlapping projects to .Compiler 2022-08-29 12:00:31 -07:00
Chris Sienkiewicz 108a63cffc Perform merges 2022-08-29 11:58:01 -07:00
David Wengier f79259271e Merge remote-tracking branch 'upstream/main' into Nullable 2022-08-26 16:00:26 +10:00
Ryan Brandenburg 6087979236
Protocol version bump (#6733) 2022-08-25 11:19:26 -07:00
David Wengier 4bd3283d2c Update the version of the compiler we use, so we can use required properties 2022-08-25 21:43:11 +10:00
N. Taylor Mullen 221daf1398
Fix component governance issues for main branch (#6692)
* 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
2022-08-08 14:59:34 -07:00
dotnet-maestro[bot] 704bf1a315 Update dependencies from https://github.com/dotnet/razor-compiler build 20220714.1
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
2022-07-18 17:02:59 -07:00
dotnet-maestro[bot] 1ba6bac2ae
[main] Update dependencies from dotnet/razor-compiler (#6528)
[main] Update dependencies from dotnet/razor-compiler


 - Update tests
2022-07-09 13:34:52 +00:00
Allison Chou c12d5f515a
Update rename tests to use C# LSP server (#6529) 2022-06-22 16:01:37 -07:00
dotnet-maestro[bot] 907781679d
[main] Update dependencies from dotnet/razor-compiler (#6507)
[main] Update dependencies from dotnet/razor-compiler
2022-06-21 19:55:32 +00:00
Matt Ward 1c36702ce1 Update Razor addin version to 17.3
VS Mac 17.3 has breaking API changes which require its app compat
being changed to 17.3.
2022-06-20 16:58:23 +01:00
Allison Chou bffb507ec3
Update hover tests to use C# LSP server (#6511) 2022-06-17 12:13:59 -07:00
N. Taylor Mullen 5cbdb17adb Fix RpcContracts package flakiness.
- 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.
2022-06-10 18:52:15 -07:00
Allison Chou a9d7798c98
Re-insert "Generate semantic tokens legend programmatically + re-enable semantic tokens tests" (#6490) 2022-06-10 11:02:21 -07:00
Andrew Hall 2da8405696
Add collapsed text usage in Razor (#6492)
* 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
2022-06-07 14:41:38 -07:00
Allison Chou 6fdb6e62c5
Revert "Generate semantic tokens legend programmatically + re-enable semantic tokens tests (#6423)" (#6489)
This reverts commit 3a8659bfdd.
2022-06-06 21:17:19 +00:00
Allison Chou 3a8659bfdd
Generate semantic tokens legend programmatically + re-enable semantic tokens tests (#6423) 2022-06-06 10:04:35 -07:00
Ryan Brandenburg 7b8cff82ad
Remove PrivateAssets (#6478) 2022-06-01 18:53:09 +00:00
dotnet-maestro[bot] ade217ff65
Update dependencies from https://github.com/dotnet/razor-compiler build 20220531.1 (#6466)
[main] Update dependencies from dotnet/razor-compiler
2022-05-31 22:58:39 +00:00
David Wengier e94de3e1a5 Bump Roslyn 2022-05-24 17:05:15 +10:00
dotnet-maestro[bot] a8df2f883c
[main] Update dependencies from dotnet/arcade (#6247)
[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
2022-05-20 00:47:29 +00:00
tmat 6fc30ca8b4 Update Roslyn to 4.3.0-2.22259.8 2022-05-10 13:16:14 -07:00
N. Taylor Mullen e159490902
Update to 17.3.15 LSP protocol version (#6365)
- The 17.3.15 version is the one VS will be shipping with.
- Reacted to enum -> static type change.
2022-05-09 19:57:16 -07:00
David Wengier f6f8470502
Merge pull request #6346 from davidwengier/DragonDrop 2022-05-06 11:42:17 +10:00
Ryan Brandenburg 21c978ab5e
Check Assembly load safely in Integration tests (#6353)
* 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
2022-05-05 16:29:37 -07:00
David Wengier df62688a80 Bump package versions 2022-05-03 10:40:28 +10:00
dotnet-maestro[bot] b8d88bba1a
Update dependencies from https://github.com/dotnet/razor-compiler build 20220428.1 (#6326)
[main] Update dependencies from dotnet/razor-compiler
2022-04-28 18:55:49 +00:00
Allison Chou 751db1ebea
Intercept C# semantic tokens refresh messages (#6298) 2022-04-27 12:32:25 -07:00
dotnet-maestro[bot] 49d3f885a8
Update dependencies from https://github.com/dotnet/razor-compiler build 20220419.2 (#6300)
[main] Update dependencies from dotnet/razor-compiler
2022-04-20 22:10:29 +00:00