chore(docs): Adds UnmanagedDataReader & BinaryFileReader documentation (#1968)

This commit is contained in:
Derek Gooding 2024-10-01 20:07:51 -04:00 committed by GitHub
parent 766b46bcc1
commit 4b3b2839c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 728 additions and 543 deletions

View file

@ -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