代码拉取完成,页面将自动刷新
[*.{cs,vb}]
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_event = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_field = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_property = false
# IDE0009: Member access should be qualified.
dotnet_style_qualification_for_method = false
# IDE0065: Misplaced using directive
csharp_using_directive_placement = outside_namespace
# CA1835: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
dotnet_diagnostic.CA1835.severity = error
# CA1849: Call async methods when in an async method
dotnet_diagnostic.CA1849.severity = error
dotnet_diagnostic.CA2000.severity = error
# CA2007: Do not directly await a Task
dotnet_diagnostic.CA2007.severity = error
# CA2016: Forward the CancellationToken parameter to methods that take one
dotnet_diagnostic.CA2016.severity = error
csharp_style_namespace_declarations = file_scoped:silent
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。