From 45978bd7191fcbb793dc12b162540022063551b6 Mon Sep 17 00:00:00 2001 From: Tarek Mahmoud Sayed Date: Thu, 16 Nov 2023 14:40:20 -0800 Subject: [PATCH] Fix the configuration source gen diagnostic message (#94881) --- docs/project/list-of-diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/list-of-diagnostics.md b/docs/project/list-of-diagnostics.md index 6111876b6d9c0a..4cae3a85a87d8d 100644 --- a/docs/project/list-of-diagnostics.md +++ b/docs/project/list-of-diagnostics.md @@ -218,7 +218,7 @@ The diagnostic id values reserved for .NET Libraries analyzer warnings are `SYSL | __`SYSLIB1099`__ | COM Interop APIs on 'System.Runtime.InteropServices.Marshal' do not support source-generated COM and will fail at runtime | | __`SYSLIB1100`__ | Configuration binding generator: type is not supported. | | __`SYSLIB1101`__ | Configuration binding generator: property on type is not supported. | -| __`SYSLIB1102`__ | Configuration binding generator: project's language version must be at least C# 11.| +| __`SYSLIB1102`__ | Configuration binding generator: project's language version must be at least C# 12.| | __`SYSLIB1103`__ | Configuration binding generator: value types are invalid inputs to configuration 'Bind' methods.* | | __`SYSLIB1104`__ | Configuration binding generator: Generator cannot determine the target configuration type.* | | __`SYSLIB1105`__ | *_`SYSLIB1100`-`SYSLIB1118` reserved for Microsoft.Extensions.Configuration.Binder.SourceGeneration.* |