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

1700 Коммитов

Автор SHA1 Сообщение Дата
Sam Harwell d03b743351
Merge pull request #1132 from sharwell/update-template
Update test project template to target net6.0
2023-11-28 12:48:52 -06:00
Sam Harwell 10026da78e
Merge pull request #1130 from sharwell/net8
Update reference assemblies for .NET 8 release
2023-11-28 11:30:01 -06:00
Sam Harwell 8e4289eb98 Update test project template to target net6.0
Fixes #1131
2023-11-28 09:52:35 -06:00
Sam Harwell e1eb5560c7
Merge pull request #1064 from sharwell/cs11
Enable C# 11 for Microsoft.CodeAnalysis.Testing
2023-11-28 09:51:27 -06:00
Sam Harwell 9211cb04bf Merge remote-tracking branch 'dotnet/main' into cs11 2023-11-28 09:17:36 -06:00
Sam Harwell 7035cebc18 Update reference assemblies for .NET 8 release 2023-11-28 09:12:12 -06:00
Sam Harwell 5fc8dd356b
Merge pull request #1118 from sharwell/fixable-ids
Use GetSupportedFixAllDiagnosticIds instead of attempting to recreate it
2023-10-09 08:33:09 -05:00
Sam Harwell 5f6ffda5ef
Merge pull request #1120 from sharwell/export-provider
Create export provider asynchronously
2023-09-26 08:54:17 -05:00
Sam Harwell c5d471ab7d Retain old APIs with ObsoleteAttribute to help users update 2023-09-22 15:34:55 -05:00
Sam Harwell 09099a7649 Create export provider asynchronously 2023-09-20 15:49:38 -05:00
Sam Harwell 68cfc1f9ac Use GetSupportedFixAllDiagnosticIds instead of attempting to recreate it
Fixes #1117
2023-09-11 18:07:39 -05:00
Gen Lu 6535e67cdb
Fix SBOM generation (#1116)
* Fix SBOM generation
2023-08-31 00:03:35 +00:00
Gen Lu 0400d55ffc
Merge pull request #1115 from genlu/sbom
generate SBOM
2023-08-29 23:25:48 -07:00
gel@microsoft.com dfd5858dec generate SBOM 2023-08-29 16:22:34 -07:00
Sam Harwell ca7df37e4c
Merge pull request #1113 from dotnet/preview7
Update the .Net80 references to Preview-7
2023-08-11 08:32:45 -05:00
Cyrus Najmabadi 3da8d5a460 Update the .Net80 references to Preview-7 2023-08-10 13:20:27 -07:00
Sam Harwell 8705a0de37
Merge pull request #1112 from sharwell/net80
Add Net80 and Net80Windows reference assemblies
2023-08-07 10:08:24 -05:00
Sam Harwell 9a7423a9b5 Add Net80 and Net80Windows reference assemblies 2023-08-07 09:39:00 -05:00
Sam Harwell 42ce3944fc
Merge pull request #1109 from Youssef1313/patch-1
Add missing Net70Android
2023-07-21 10:47:55 -05:00
Youssef Victor c722e2ea0b
Update PublicAPI.Unshipped.txt 2023-07-21 17:32:41 +03:00
Youssef Victor 20ab30bf6c
chore: Fix formatting 2023-07-21 13:31:00 +03:00
Youssef Victor 09a80c56ab
Add missing Net70Android 2023-07-21 13:05:37 +03:00
Sam Harwell 8952c1de94
Merge pull request #1107 from sharwell/cancel-diagnostics
Account for new method of cancelling diagnostics
2023-07-19 12:56:50 -05:00
Sam Harwell 727da98b18 Account for new method of cancelling diagnostics
See https://github.com/dotnet/roslyn/pull/69108
2023-07-19 12:28:20 -05:00
Sam Harwell 06a6166f06
Merge pull request #1106 from sharwell/suppressions-fix
Ignore suppressed diagnostics unless produced by a DiagnosticSuppressor
2023-07-07 11:54:02 -05:00
Sam Harwell 80b8aff23a Ignore suppressed diagnostics unless produced by a DiagnosticSuppressor 2023-07-07 10:02:42 -05:00
Sam Harwell 43040ec5db
Merge pull request #1104 from sharwell/update-analyzers
Update analyzers
2023-06-23 09:34:45 -05:00
Sam Harwell 341b4d7359 Update StyleCop.Analyzers to 1.2.0-beta.507 2023-06-22 17:51:48 -05:00
Sam Harwell 08225dfd22 Update Microsoft.CodeAnalysis.Analyzers to 3.3.5-beta1.23322.1 2023-06-22 17:48:39 -05:00
Sam Harwell 2d5b113685
Merge pull request #1103 from sharwell/update-nuget
Update default NuGet reference to 6.3.3
2023-06-22 13:05:52 -05:00
Sam Harwell 5bffdef576 Update default NuGet reference to 6.3.3 2023-06-22 12:13:13 -05:00
Sam Harwell 35d5e46fd5
Merge pull request #1091 from sharwell/compiler-suppression
Support testing suppressors for compiler diagnostics
2023-05-01 10:14:49 -05:00
Sam Harwell 3fb5f995e8
Merge pull request #1092 from sharwell/simplify-call
Simplify call to ApplySourceGeneratorsAsync
2023-05-01 09:47:57 -05:00
Sam Harwell c889cf537b Simplify call to ApplySourceGeneratorsAsync 2023-05-01 09:22:10 -05:00
Sam Harwell 276abf1cc5 Support testing suppressors for compiler diagnostics
Fixes #1090
2023-05-01 09:20:12 -05:00
Sam Harwell 64fdcf16db
Merge pull request #1089 from sharwell/handle-exception
Rewrite SyntaxVisualizerControl to catch exceptions
2023-04-27 16:16:16 -05:00
Sam Harwell de1cc8e585
Merge pull request #1077 from tom-englert/Issue#1076
Document architectural constraints, so they are visible to the public
2023-04-26 14:06:35 -05:00
Sam Harwell 1cfbb251d7 Rewrite SyntaxVisualizerControl to catch exceptions
Also implements cancellation-on-demand for refreshing the syntax
visualizer prior to completion of the previous refresh.

Fixes #1088
2023-04-26 14:05:00 -05:00
Sam Harwell efa8e5da77
Merge pull request #1079 from tom-englert/Issue#1078
Proposal to fix broken suppressor testing in Roslyn 4.x
2023-04-20 16:41:42 -05:00
Sam Harwell 27d9fd9c0f Simplify implementation 2023-04-20 16:14:40 -05:00
Sam Harwell bb3e70bd34
Merge pull request #1073 from ryzngard/master
Add archived feeds
2023-04-20 09:11:07 -05:00
tom-englert ced490f5fe #1078: Make code more readable 2023-04-12 10:29:50 +02:00
Sam Harwell deb671ce85
Merge pull request #1084 from sharwell/no-constraint
Remove the ISourceGenerator type constraint
2023-04-05 13:45:46 -05:00
Sam Harwell ed0da4913f Remove the ISourceGenerator type constraint
This change simplifies the pattern for testing IIncrementalGenerator
without removing the ability to test ISourceGenerator.
2023-04-05 12:00:18 -05:00
tom-englert fa90c1cb9c Revert change of TestCode nullability 2023-04-02 07:57:26 +02:00
tom-englert db313284e2 Move code from LightupCompilationWithAnalyzers to CompilationWithAnalyzersExtensions; fix comments. 2023-03-31 10:17:12 +02:00
tom-englert 54cffeb4bb Fix failing tests 2023-03-30 13:23:17 +02:00
tom-englert e684af33df Try tests on net7 2023-03-30 12:27:55 +02:00
tom-englert b79fa5a5bb Fix StyleCop errors 2023-03-30 10:14:49 +02:00
tom-englert 823314f011 Document architectural constraints 2023-03-30 09:53:22 +02:00