1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Commit graph

3 commits

Author SHA1 Message Date
Viktor Hofer
648b3ebc64
Suppress RS1041 analyzer rule (#97374)
* Suppress RS1041 analyzer rule

* Update JsonSourceGenerator.Roslyn4.0.cs

* Update Generator.cs
2024-01-23 14:27:29 +01:00
Viktor Hofer
16006775a7
Fix expected analyzer layout in nuget packages (#87860)
Regressed with https://github.com/dotnet/runtime/pull/87726
Reported in https://github.com/dotnet/aspnetcore/pull/48917#issuecomment-1599944176
2023-06-21 11:22:33 +02:00
Viktor Hofer
07ae197db5
Use analyzers from targeting pack for NetCoreAppCurrent (#87726)
* Use analyzers from targeting pack for NetCoreAppCurrent

Fixes that analyzer failures didn't show-up in #74897

Add analyzers to the frameworklist that OOB projects in src/libraries
use, and only auto ProjectReference the analyzers in generators.targets
when not using the analyzers from the targeting pack.

Also move the generator projects related code into a separate file.

Continuation of https://github.com/dotnet/runtime/pull/75093

* Fix project build

* Add missing reference to Regex tests

* Add missing generators for netfx build

* Fix paht in test project

* Fix typo

* Disable runtime marshalling for SharedTypes.csproj

* Disable runtime marshalling for NativeExports.csproj
2023-06-19 23:27:38 +02:00