mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
v3.2.600-preview20220425
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user