mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
fdfe883904
* 1900 year DateTime correction * Rewrite CSV enumeration * Maximize code reusage * Reuse OADate correction * Update to latest version of CodeQL * Update CodeQL to v3 --------- Co-authored-by: Lukasz Arciszewski <lukasz.arciszewski@accenture.com>
16 lines
474 B
INI
16 lines
474 B
INI
[*.{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 |