Alex Gavrilov
41693dec1d
Update Roslyn package references to latest available and do minor fixup ( #11113 )
...
* Update Roslyn package references to latest available and do minor fixup
* Updating Versions.Details.xml to match Versions.props
* PR suggestion
* Fixing test failures
Roslyn was requesting new IRazorMappingService and our TestRazorDocumentServiceProvider was throwing. Returning null for now per suggestion from Andrew.
* Adding TODO comment per code review
2024-10-30 06:08:43 -07:00
Dustin Campbell
84c7c1d5fc
Update Roslyn.Diagnostics.Analyzers package to latest version
2024-10-23 12:43:50 -07:00
Dustin Campbell
19d9d1a0d5
Update MS.CA.Analyzers package to 3.11.0
2024-10-23 12:36:47 -07:00
Dustin Campbell
f1b794cc78
Don't reference MS.CA.BannedApiAnalyzers package directly
...
The BannedApiAnalyzers package is a dependency of Roslyn.DiagnosticAnalyzers, so we get a reference to it transitively.
2024-10-23 11:25:30 -07:00
Dustin Campbell
394a22ee5a
Version Roslyn.Diagnostics.Analzyers package separately
2024-10-23 11:21:54 -07:00
Jan Jones
8c4254387d
Remove source-only package ( #11006 )
2024-10-14 11:22:18 +02:00
David Wengier
8dc0e5a518
Bump WebTools and remove legacy CLaSP package
2024-08-30 14:55:54 +10:00
Jared Parsons
7db021d574
more
2024-08-13 10:02:02 -07:00
Jared Parsons
194ef8cf81
Fix CG issue with MS.IO.Redist
2024-08-13 09:38:25 -07:00
David Wengier
2dca8f9f2f
Merge remote-tracking branch 'upstream/release/dev17.11' into merges/release/dev17.11-to-main
2024-08-13 21:57:05 +10:00
Fredric Silberberg
82ddac1c6c
Merge remote-tracking branch 'upstream/release/dev17.10' into merges/release/dev17.10-to-release/dev17.11
...
* upstream/release/dev17.10:
Upgrade System.Security.Cryptography.Xml to avoid CG alerts.
Update System.Formats.Asn1 to address CG alert.
Manually reference Microsoft.IO.Redist 6.0.1 where needed to fix CG alerts.
Upgrade testing analyzers to address CG alert.
2024-08-12 15:05:38 -07:00
Jared Parsons
cd1f82be21
Move to central package pinning ( #10716 )
...
* Move to central package pinning
This should make it much easier for us to respond to CG alerts in the
future. All that will need to be done is add an entry in
Directory.Packages.props and it will automatically impact all consumers
of it.
Consider this example in Roslyn for how to respond to a CG issue
https://github.com/dotnet/roslyn/pull/74653
2024-08-09 15:26:39 -07:00
Phil Allen
8fd82a8268
Minor updates for Razor repo ( #10576 )
...
* Update name away from now-former nation name
* Update packages to modern versions
* Change package version
2024-07-18 08:09:03 -07:00
David Wengier
c61b0d53d5
More slightly educated guesses at package versioning
2024-07-03 12:00:40 +10:00
David Wengier
fd6d6cc27f
Try bump some more packages
2024-07-03 11:31:29 +10:00
David Wengier
5981abd272
Update all the packages!!
2024-07-03 09:51:17 +10:00
gel@microsoft.com
8dcd5e55a3
Set System.Security.Cryptography.Xml version
2024-06-10 11:44:38 -07:00
Jan Jones
ce7a0bf3fc
Use Basic.Reference.Assemblies ( #10416 )
...
* Use Basic.Reference.Assemblies
* Update baselines
* Centralize references
2024-05-31 10:19:11 +02:00
Phil Allen
ab447817a1
Switch to the new LSP protocol APIs ( #10268 )
...
Switch to the new APIs; this is the first part of longer term changes to
switch to System.Text.Json
2024-05-22 11:35:18 +10:00
David Wengier
91c28ff39c
Bump Roslyn and respond to System.Text.Json changes
2024-05-21 12:31:12 +10:00
Phil Allen
a6e050f46b
Revert "Switch to the new LSP protocol APIs ( #10268 )" ( #10282 )
...
This reverts commit b16dc7981c
, reversing
changes made to b2d2ec9802
.
2024-04-19 16:28:07 -07:00
Dustin Campbell
c7e9f0d4c9
Stop shipping and NGEN'ing various .NET runtime binaries
...
Razor tooling has shipped and NGEN'd versions of the Microsoft.Extensions.* assemblies that it uses (and a couple other assemblies). However, in recent months, these assemblies have been added to Visual Studio in `Common7\IDE\PublicAssemblies`. So, Razor no longer needs to ship them.
2024-04-18 18:29:04 -07:00
Phil Allen
1968a40840
Switch to the new LSP protocol APIs
2024-04-18 14:04:51 -07:00
Phil Allen
42ae9ba07c
Add direct reference to xunit.runner.utility ( #10271 )
...
Add direct reference to xunit.runner.utility to the IntegrationTests csproj
Add the Directory.Packages.props value. This uses the version integration tests are attempting to load.
2024-04-18 08:43:03 -07:00
David Wengier
a6cc61a000
Update Roslyn version (and deps)
2024-04-12 16:50:03 +10:00
Dustin Campbell
0cfb05a6f4
Merge branch 'main' into big-smoosh
2024-04-08 08:39:35 -07:00
Jared Parsons
8a58a74956
Revert "Revert "Move to Central Package Management"" ( #10235 )
...
* Revert "Revert "Move to Central Package Management (#10215 )" (#10227 )"
This reverts commit d7dd436243
.
* CPM fix 1
2024-04-07 08:21:46 +10:00
Jared Parsons
d7dd436243
Revert "Move to Central Package Management ( #10215 )" ( #10227 )
...
This reverts commit c68a6bdbc7
.
2024-04-05 09:50:12 -07:00
Jared Parsons
c68a6bdbc7
Move to Central Package Management ( #10215 )
...
This change moves us to central package management.
2024-04-04 13:43:31 -07:00