chore(docs): Adds UnmanagedDataReader & BinaryFileReader documentation (#1968)
This commit is contained in:
parent
766b46bcc1
commit
4b3b2839c6
4 changed files with 728 additions and 543 deletions
|
|
@ -147,6 +147,7 @@ dotnet_diagnostic.IDE0008.severity = none # using var
|
|||
# csharp_style_var_for_built_in_types = true:suggestion # suggest using var (implied) variables
|
||||
# csharp_style_var_when_type_is_apparent = true:suggestion # suggest using var (implied) variables
|
||||
# csharp_style_var_elsewhere = true:suggestion # suggest using var (implied) variables
|
||||
dotnet_diagnostic.RCS1123.severity = none
|
||||
|
||||
# ReSharper properties
|
||||
resharper_apply_auto_detected_rules=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue