v3.2.600-preview20220425

This commit is contained in:
2881099
2022-04-25 19:05:33 +08:00
parent fda00c2564
commit a56359fa46
28 changed files with 30 additions and 27 deletions

View File

@ -5,3 +5,6 @@ dotnet_analyzer_diagnostic.category-Style.severity = none
# CS0649: 从未对字段“TransactionalAttribute._uowManager”赋值字段将一直保持其默认值 null
dotnet_diagnostic.CS0649.severity = none
# CS8618: 在退出构造函数时,不可为 null 的字段必须包含非 null 值。请考虑声明为可以为 null。
dotnet_diagnostic.CS8618.severity = none