A => .gitignore +679 -0
@@ 1,679 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/csharp,c++,visualstudio,rider
+# Edit at https://www.toptal.com/developers/gitignore?templates=csharp,c++,visualstudio,rider
+
+### C++ ###
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+### Csharp ###
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.iobj
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.tlog
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Nuget personal access tokens and Credentials
+# nuget.config
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+### Rider ###
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+
+# User-specific stuff
+.idea/**/workspace.xml
+.idea/**/tasks.xml
+.idea/**/usage.statistics.xml
+.idea/**/dictionaries
+.idea/**/shelf
+
+# AWS User-specific
+.idea/**/aws.xml
+
+# Generated files
+.idea/**/contentModel.xml
+
+# Sensitive or high-churn files
+.idea/**/dataSources/
+.idea/**/dataSources.ids
+.idea/**/dataSources.local.xml
+.idea/**/sqlDataSources.xml
+.idea/**/dynamic.xml
+.idea/**/uiDesigner.xml
+.idea/**/dbnavigator.xml
+
+# Gradle
+.idea/**/gradle.xml
+.idea/**/libraries
+
+# Gradle and Maven with auto-import
+# When using Gradle or Maven with auto-import, you should exclude module files,
+# since they will be recreated, and may cause churn. Uncomment if using
+# auto-import.
+# .idea/artifacts
+# .idea/compiler.xml
+# .idea/jarRepositories.xml
+# .idea/modules.xml
+# .idea/*.iml
+# .idea/modules
+# *.iml
+# *.ipr
+
+# CMake
+cmake-build-*/
+
+# Mongo Explorer plugin
+.idea/**/mongoSettings.xml
+
+# File-based project format
+*.iws
+
+# IntelliJ
+out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Cursive Clojure plugin
+.idea/replstate.xml
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+
+# Editor-based Rest Client
+.idea/httpRequests
+
+# Android studio 3.1+ serialized cache file
+.idea/caches/build_file_checksums.ser
+
+### VisualStudio ###
+
+# User-specific files
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+
+# Mono auto generated files
+
+# Build results
+
+# Visual Studio 2015/2017 cache/options directory
+# Uncomment if you have tasks that create the project's static files in wwwroot
+
+# Visual Studio 2017 auto generated files
+
+# MSTest test Results
+
+# NUnit
+
+# Build Results of an ATL Project
+
+# Benchmark Results
+
+# .NET Core
+
+# ASP.NET Scaffolding
+
+# StyleCop
+
+# Files built by Visual Studio
+
+# Chutzpah Test files
+
+# Visual C++ cache files
+
+# Visual Studio profiler
+
+# Visual Studio Trace Files
+
+# TFS 2012 Local Workspace
+
+# Guidance Automation Toolkit
+
+# ReSharper is a .NET coding add-in
+
+# TeamCity is a build add-in
+
+# DotCover is a Code Coverage Tool
+
+# AxoCover is a Code Coverage Tool
+
+# Coverlet is a free, cross platform Code Coverage Tool
+
+# Visual Studio code coverage results
+
+# NCrunch
+
+# MightyMoose
+
+# Web workbench (sass)
+
+# Installshield output folder
+
+# DocProject is a documentation generator add-in
+
+# Click-Once directory
+
+# Publish Web Output
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+
+# NuGet Packages
+# NuGet Symbol Packages
+# The packages folder can be ignored because of Package Restore
+# except build/, which is used as an MSBuild target.
+# Uncomment if necessary however generally it will be regenerated when needed
+# NuGet v3's project.json files produces more ignorable files
+
+# Nuget personal access tokens and Credentials
+# nuget.config
+
+# Microsoft Azure Build Output
+
+# Microsoft Azure Emulator
+
+# Windows Store app package directories and files
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+# but keep track of directories ending in .cache
+
+# Others
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+
+# RIA/Silverlight projects
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+
+# SQL Server files
+
+# Business Intelligence projects
+
+# Microsoft Fakes
+
+# GhostDoc plugin setting file
+
+# Node.js Tools for Visual Studio
+
+# Visual Studio 6 build log
+
+# Visual Studio 6 workspace options file
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+
+# Visual Studio LightSwitch build output
+
+# Paket dependency manager
+
+# FAKE - F# Make
+
+# CodeRush personal settings
+
+# Python Tools for Visual Studio (PTVS)
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+
+# Telerik's JustMock configuration file
+
+# BizTalk build output
+
+# OpenCover UI analysis results
+
+# Azure Stream Analytics local run output
+
+# MSBuild Binary and Structured Log
+
+# NVidia Nsight GPU debugger configuration file
+
+# MFractors (Xamarin productivity tool) working folder
+
+# Local History for Visual Studio
+
+# BeatPulse healthcheck temp database
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+
+# Ionide (cross platform F# VS Code tools) working folder
+
+# Fody - auto-generated XML schema
+
+# VS Code files for those working on multiple tools
+
+# Local History for Visual Studio Code
+
+# Windows Installer files from build outputs
+
+# JetBrains Rider
+
+### VisualStudio Patch ###
+# Additional files built by Visual Studio
+
+# End of https://www.toptal.com/developers/gitignore/api/csharp,c++,visualstudio,rider
A => Directory.Build.props +22 -0
@@ 1,22 @@
+<Project>
+ <PropertyGroup>
+ <StyleCopRuleset>$(MSBuildThisFileDirectory)stylecop.ruleset</StyleCopRuleset>
+ <StyleCopConfiguration>$(MSBuildThisFileDirectory)stylecop.json</StyleCopConfiguration>
+
+ <Nullable>enable</Nullable>
+ <WarningsAsErrors>nullable</WarningsAsErrors>
+
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
+
+ <CodeAnalysisRuleSet>$(StyleCopRuleset)</CodeAnalysisRuleSet>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
+
+ <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json"/>
+ </ItemGroup>
+</Project>
A => LICENSE +21 -0
@@ 1,21 @@
+MIT License
+
+Copyright (c) 2021 František Boháček
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
A => NosTale-Anonymizer.sln +22 -0
@@ 1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anonymizer", "src\Anonymizer\Anonymizer.csproj", "{75B72D93-62CA-4F45-A896-8B22FEA3BCB3}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anonymizer.CLI", "src\Anonymizer.CLI\Anonymizer.CLI.csproj", "{72C773D1-1438-40A3-AFC0-C1544A0B9802}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {75B72D93-62CA-4F45-A896-8B22FEA3BCB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {75B72D93-62CA-4F45-A896-8B22FEA3BCB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {75B72D93-62CA-4F45-A896-8B22FEA3BCB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {75B72D93-62CA-4F45-A896-8B22FEA3BCB3}.Release|Any CPU.Build.0 = Release|Any CPU
+ {72C773D1-1438-40A3-AFC0-C1544A0B9802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {72C773D1-1438-40A3-AFC0-C1544A0B9802}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {72C773D1-1438-40A3-AFC0-C1544A0B9802}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {72C773D1-1438-40A3-AFC0-C1544A0B9802}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
A => src/Anonymizer.CLI/Anonymizer.CLI.csproj +9 -0
@@ 1,9 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>
A => src/Anonymizer/Anonymizer.csproj +17 -0
@@ 1,17 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
+ <PackageReference Include="NosSmooth.Packets" Version="3.3.0" />
+ <PackageReference Include="NosSmooth.PacketSerializer" Version="2.2.1" />
+ <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.2.0" />
+ </ItemGroup>
+
+</Project>
A => stylecop.json +61 -0
@@ 1,61 @@
+{
+ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
+ "settings": {
+ "indentation": {
+ "indentationSize": 4,
+ "tabSize": 4,
+ "useTabs": false
+ },
+ "spacingRules": {
+ },
+ "readabilityRules": {
+ },
+ "orderingRules": {
+ "elementOrder": [
+ "kind",
+ "constant",
+ "accessibility",
+ "static",
+ "readonly"
+ ],
+ "systemUsingDirectivesFirst": true,
+ "usingDirectivesPlacement": "outsideNamespace",
+ "blankLinesBetweenUsingGroups": "allow"
+ },
+ "namingRules": {
+ "allowCommonHungarianPrefixes": true,
+ "allowedHungarianPrefixes": [
+ "gl",
+ "f",
+ "db"
+ ]
+ },
+ "maintainabilityRules": {
+ "topLevelTypes": [
+ "class",
+ "interface",
+ "struct",
+ "enum"
+ ]
+ },
+ "layoutRules": {
+ "allowConsecutiveUsings": false
+ },
+ "documentationRules": {
+ "companyName": "František Boháček",
+ "copyrightText": "\n {fileName}\n\n Copyright (c) {companyName}. All rights reserved.\n Licensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
+ "variables": {
+ "licenseName": "MIT",
+ "licenseFile": "LICENSE"
+ },
+ "xmlHeader": false,
+ "documentInterfaces": true,
+ "documentExposedElements": true,
+ "documentInternalElements": true,
+ "documentPrivateElements": false,
+ "documentPrivateFields": false,
+ "documentationCulture": "en-US",
+ "fileNamingConvention": "stylecop"
+ }
+ }
+}
A => stylecop.ruleset +202 -0
@@ 1,202 @@
+<RuleSet Name="Christofel rules" ToolsVersion="14.0">
+ <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
+
+ <!-- Special rules -->
+ <Rule Id="SA0001" Action="Error"/> <!-- XML comment analysis disabled -->
+ <Rule Id="SA0002" Action="Error"/> <!-- Invalid settings file -->
+
+ <!-- Spacing rules -->
+ <Rule Id="SA1000" Action="Error"/> <!-- Keywords must be spaced correctly -->
+ <Rule Id="SA1001" Action="Error"/> <!-- Commas must be spaced correctly -->
+ <Rule Id="SA1002" Action="Error"/> <!-- Semicolons must be spaced correctly -->
+ <Rule Id="SA1003" Action="Error"/> <!-- Symbols must be spaced correctly -->
+ <Rule Id="SA1004" Action="Error"/> <!-- Documentation lines must begin with single space -->
+ <Rule Id="SA1005" Action="Error"/> <!-- Single line comments must begin with single space -->
+ <Rule Id="SA1006" Action="Error"/> <!-- Preprocessor keywords must not be preceded by space -->
+ <Rule Id="SA1007" Action="Error"/> <!-- Operator keyword must be followed by space -->
+ <Rule Id="SA1008" Action="Error"/> <!-- Opening parenthesis must be spaced correctly -->
+ <Rule Id="SA1009" Action="None"/> <!-- Closing parenthesis must be spaced correctly -->
+ <Rule Id="SA1010" Action="Error"/> <!-- Opening square brackets must be spaced correctly -->
+ <Rule Id="SA1011" Action="Error"/> <!-- Closing square brackets must be spaced correctly -->
+ <Rule Id="SA1012" Action="Error"/> <!-- Opening braces must be spaced correctly -->
+ <Rule Id="SA1013" Action="Error"/> <!-- Closing braces must be spaced correctly -->
+ <Rule Id="SA1014" Action="Error"/> <!-- Opening generic brackets must be spaced correctly -->
+ <Rule Id="SA1015" Action="Error"/> <!-- Closing generic brackets must be spaced correctly -->
+ <Rule Id="SA1016" Action="Error"/> <!-- Opening attribute brackets must be spaced correctly -->
+ <Rule Id="SA1017" Action="Error"/> <!-- Closing attribute brackets must be spaced correctly -->
+ <Rule Id="SA1018" Action="Error"/> <!-- Nullable type symbols must be spaced correctly -->
+ <Rule Id="SA1019" Action="Error"/> <!-- Member access symbols must be spaced correctly -->
+ <Rule Id="SA1020" Action="Error"/> <!-- Increment decrement symbols must be spaced correctly -->
+ <Rule Id="SA1021" Action="Error"/> <!-- Negative signs must be spaced correctly -->
+ <Rule Id="SA1022" Action="Error"/> <!-- Positive signs must be spaced correctly -->
+ <Rule Id="SA1023" Action="Error"/> <!-- Dereference and access of symbols must be spaced correctly -->
+ <Rule Id="SA1024" Action="Error"/> <!-- Colons must be spaced correctly -->
+ <Rule Id="SA1025" Action="Error"/> <!-- Code must not contain multiple whitespace in a row -->
+ <Rule Id="SA1026"
+ Action="Error"/> <!-- Code must not contain space after new keyword in implicitly typed array allocation -->
+ <Rule Id="SA1027" Action="Error"/> <!-- Use tabs correctly -->
+ <Rule Id="SA1028" Action="Error"/> <!-- Code must not contain trailing whitespace -->
+
+ <!-- Readability rules -->
+ <Rule Id="SA1100" Action="Error"/> <!-- Do not prefix calls with base unless local implementation exists -->
+ <Rule Id="SA1101" Action="None"/> <!-- Prefix local calls with this -->
+ <Rule Id="SX1101" Action="None"/> <!-- Do not prefix local calls with this. -->
+ <Rule Id="SA1102" Action="Error"/> <!-- Query clause must follow previous clause -->
+ <Rule Id="SA1103" Action="Error"/> <!-- Query clauses must be on separate lines or all on one line -->
+ <Rule Id="SA1104"
+ Action="Error"/> <!-- Query clause must begin on new line when previous clause spans multiple lines -->
+ <Rule Id="SA1105" Action="Error"/> <!-- Query clauses spanning multiple lines must begin on own line -->
+ <Rule Id="SA1106" Action="Error"/> <!-- Code must not contain empty statements -->
+ <Rule Id="SA1107" Action="Error"/> <!-- Code must not contain multiple statements on one line -->
+ <Rule Id="SA1108" Action="Error"/> <!-- Block statements must not contain embedded comments -->
+ <Rule Id="SA1110" Action="None"/> <!-- Opening parenthesis or bracket must be on declaration line -->
+ <Rule Id="SA1111" Action="None"/> <!-- Closing parenthesis must be on line of last parameter -->
+ <Rule Id="SA1112" Action="Error"/> <!-- Closing parenthesis must be on line of opening parenthesis -->
+ <Rule Id="SA1113" Action="Error"/> <!-- Comma must be on the same line as previous parameter -->
+ <Rule Id="SA1114" Action="Error"/> <!-- Parameter list must follow declaration -->
+ <Rule Id="SA1115" Action="Error"/> <!-- Parameter must follow comma -->
+ <Rule Id="SA1116" Action="Error"/> <!-- Split parameters must start on line after declaration -->
+ <Rule Id="SA1117" Action="Error"/> <!-- Parameters must be on same line or separate lines -->
+ <Rule Id="SA1118" Action="Error"/> <!-- Parameter must not span multiple lines -->
+ <Rule Id="SA1119" Action="Error"/> <!-- Statement must not use unnecessary parenthesis -->
+ <Rule Id="SA1120" Action="None"/> <!-- Comments must contain text -->
+ <Rule Id="SA1121" Action="Error"/> <!-- Use built-in type alias -->
+ <Rule Id="SA1122" Action="Error"/> <!-- Use string.Empty for empty strings -->
+ <Rule Id="SA1123" Action="Error"/> <!-- Do not place regions within elements -->
+ <Rule Id="SA1124" Action="Error"/> <!-- Do not use regions -->
+ <Rule Id="SA1125" Action="Error"/> <!-- Use shorthand for nullable types -->
+ <Rule Id="SA1127" Action="None"/> <!-- Generic type constraints must be on their own line -->
+ <Rule Id="SA1128" Action="Error"/> <!-- Put constructor initializers on their own line -->
+ <Rule Id="SA1129" Action="Error"/> <!-- Do not use default value type constructor -->
+ <Rule Id="SA1130" Action="Error"/> <!-- Use lambda syntax -->
+ <Rule Id="SA1131" Action="Error"/> <!-- Use readable conditions -->
+ <Rule Id="SA1132" Action="Error"/> <!-- Do not combine fields -->
+ <Rule Id="SA1133" Action="None"/> <!-- Do not combine attributes -->
+ <Rule Id="SA1134" Action="Error"/> <!-- Attributes must not share line -->
+ <Rule Id="SA1136" Action="Error"/> <!-- Enum values should be on separate lines -->
+ <Rule Id="SA1137" Action="Error"/> <!-- Elements should have the same indentation -->
+ <Rule Id="SA1139" Action="Error"/> <!-- Use literals suffix notation instead of casting -->
+
+ <!-- Ordering rules -->
+ <Rule Id="SA1200" Action="None"/> <!-- Using directives must be placed correctly -->
+ <Rule Id="SA1201" Action="None"/> <!-- Elements must appear in the correct order -->
+ <Rule Id="SA1202" Action="None"/> <!-- Elements must be ordered by access -->
+ <Rule Id="SA1203" Action="Error"/> <!-- Constants must appear before fields -->
+ <Rule Id="SA1204" Action="None"/> <!-- Static elements must appear before instance elements -->
+ <Rule Id="SA1205" Action="Error"/> <!-- Partial elements must declare access -->
+ <Rule Id="SA1206" Action="Error"/> <!-- Declaration keywords must follow order -->
+ <Rule Id="SA1207" Action="Error"/> <!-- Protected must come before internal -->
+ <Rule Id="SA1208" Action="Error"/> <!-- System using directives must be placed before other using directives -->
+ <Rule Id="SA1209" Action="Error"/> <!-- Using alias directives must be placed after other using directives -->
+ <Rule Id="SA1210" Action="Error"/> <!-- Using directives must be ordered alphabetically by namespace -->
+ <Rule Id="SA1210" Action="Error"/> <!-- Using directives must be ordered alphabetically by namespace -->
+ <Rule Id="SA1211" Action="Error"/> <!-- Using alias directives must be ordered alphabetically by alias name -->
+ <Rule Id="SA1212" Action="Error"/> <!-- Property accessors must follow order -->
+ <Rule Id="SA1213" Action="Error"/> <!-- Event accessors must follow order -->
+ <Rule Id="SA1214" Action="Error"/> <!-- Readonly fields must appear before non-readonly fields -->
+ <Rule Id="SA1216" Action="Error"/> <!-- Using static directives must be placed at the correct location. -->
+ <Rule Id="SA1217" Action="Error"/> <!-- Using static directives must be ordered alphabetically -->
+
+ <!-- Naming rules -->
+ <Rule Id="SA1300" Action="None"/> <!-- Element must begin with upper-case letter -->
+ <Rule Id="SA1302" Action="Error"/> <!-- Interface names must begin with I -->
+ <Rule Id="SA1303" Action="Error"/> <!-- Const field names must begin with upper-case letter -->
+ <Rule Id="SA1304" Action="Error"/> <!-- Non-private readonly fields must begin with upper-case letter -->
+ <Rule Id="SA1305" Action="None"/> <!-- Field names must not use Hungarian notation -->
+ <Rule Id="SA1306" Action="None"/> <!-- Field names must begin with lower-case letter -->
+ <Rule Id="SA1307" Action="Error"/> <!-- Accessible fields must begin with upper-case letter -->
+ <Rule Id="SA1308" Action="Error"/> <!-- Variable names must not be prefixed -->
+ <Rule Id="SA1309" Action="None"/> <!-- Field names must not begin with underscore -->
+ <Rule Id="SX1309" Action="Error"/> <!-- Field names must begin with underscore -->
+ <Rule Id="SX1309S" Action="None"/> <!-- Static field names must begin with underscore -->
+ <Rule Id="SA1310" Action="None"/> <!-- Field names must not contain underscore -->
+ <Rule Id="SA1311" Action="Error"/> <!-- Static readonly fields must begin with upper-case letter -->
+ <Rule Id="SA1312" Action="Error"/> <!-- Variable names must begin with lower-case letter -->
+ <Rule Id="SA1313" Action="Error"/> <!-- Parameter names must begin with lower-case letter -->
+ <Rule Id="SA1314" Action="Error"/> <!-- Type name parameters must begin with T -->
+
+ <!-- Maintainability rules -->
+ <Rule Id="SA1400" Action="Error"/> <!-- Access modifier must be declared -->
+ <Rule Id="SA1401" Action="Error"/> <!-- Fields must be private -->
+ <Rule Id="SA1402" Action="Error"/> <!-- File may only contain a single class -->
+ <Rule Id="SA1403" Action="Error"/> <!-- File may only contain a single namespace -->
+ <Rule Id="SA1404" Action="Error"/> <!-- Code analysis suppression must have justification -->
+ <Rule Id="SA1405" Action="Error"/> <!-- Debug.Assert must provide message text -->
+ <Rule Id="SA1406" Action="Error"/> <!-- Debug.Fail must provide message text -->
+ <Rule Id="SA1407" Action="Error"/> <!-- Arithmetic expressions must declare precedence -->
+ <Rule Id="SA1408" Action="Error"/> <!-- Conditional expressions must declare precedence -->
+ <Rule Id="SA1410" Action="Error"/> <!-- Remove delegate parenthesis when possible -->
+ <Rule Id="SA1411" Action="Error"/> <!-- Attribute constructor must not use unnecessary parenthesis -->
+ <Rule Id="SA1412" Action="None"/> <!-- Store files as UTF-8 with byte order mark -->
+ <Rule Id="SA1413" Action="None"/> <!-- Use trailing comma in multi-line initializers -->
+
+ <!-- Layout rules -->
+ <Rule Id="SA1500" Action="Error"/> <!-- Braces for multi-line statements must not share line -->
+ <Rule Id="SA1501" Action="Error"/> <!-- Statement must not be on a single line -->
+ <Rule Id="SA1502" Action="Error"/> <!-- Element must not be on a single line -->
+ <Rule Id="SA1503" Action="Error"/> <!-- Braces must not be omitted -->
+ <Rule Id="SA1504" Action="Error"/> <!-- All accessors must be single-line or multi-line -->
+ <Rule Id="SA1505" Action="Error"/> <!-- Opening braces must not be followed by blank line -->
+ <Rule Id="SA1506" Action="Error"/> <!-- Element documentation headers must not be followed by blank line -->
+ <Rule Id="SA1507" Action="Error"/> <!-- Code must not contain multiple blank lines in a row -->
+ <Rule Id="SA1508" Action="None"/> <!-- Closing braces must not be preceded by blank line -->
+ <Rule Id="SA1509" Action="Error"/> <!-- Opening braces must not be preceded by blank line -->
+ <Rule Id="SA1510" Action="Error"/> <!-- Chained statement blocks must not be preceded by blank line -->
+ <Rule Id="SA1511" Action="Error"/> <!-- While-do footer must not be preceded by blank line -->
+ <Rule Id="SA1512" Action="Warning"/> <!-- Single-line comments must not be followed by blank line -->
+ <Rule Id="SA1513" Action="None"/> <!-- Closing brace must be followed by blank line -->
+ <Rule Id="SA1514" Action="Error"/> <!-- Element documentation header must be preceded by blank line -->
+ <Rule Id="SA1515" Action="Error"/> <!-- Single-line comment must be preceded by blank line -->
+ <Rule Id="SA1516" Action="Error"/> <!-- Elements must be separated by blank line -->
+ <Rule Id="SA1517" Action="Error"/> <!-- Code must not contain blank lines at start of file -->
+ <Rule Id="SA1518" Action="Error"/> <!-- Use line endings correctly at end of file -->
+ <Rule Id="SA1519" Action="Error"/> <!-- Braces must not be omitted from multi-line child statement -->
+ <Rule Id="SA1520" Action="Error"/> <!-- Use braces consistently -->
+
+ <!-- Documentation rules -->
+ <Rule Id="SA1600" Action="Error"/> <!-- Elements must be documented -->
+ <Rule Id="SA1601" Action="None"/> <!-- Partial elements must be documented -->
+ <Rule Id="SA1602" Action="Error"/> <!-- Enumeration items must be documented -->
+ <Rule Id="SA1604" Action="Error"/> <!-- Element documentation must have summary -->
+ <Rule Id="SA1605" Action="Error"/> <!-- Partial element documentation must have summary -->
+ <Rule Id="SA1606" Action="Error"/> <!-- Element documentation must have summary text -->
+ <Rule Id="SA1607" Action="Error"/> <!-- Partial element documentation must have summary text -->
+ <Rule Id="SA1608" Action="Error"/> <!-- Element documentation must not have default summary -->
+ <Rule Id="SA1609" Action="None"/> <!-- Property documentation must have value -->
+ <Rule Id="SA1610" Action="None"/> <!-- Property documentation must have value text -->
+ <Rule Id="SA1611" Action="Error"/> <!-- Element parameters must be documented -->
+ <Rule Id="SA1612" Action="Error"/> <!-- Element parameter documentation must match element parameters -->
+ <Rule Id="SA1613" Action="Error"/> <!-- Element parameter documentation must declare parameter name -->
+ <Rule Id="SA1614" Action="Error"/> <!-- Element parameter documentation must have text -->
+ <Rule Id="SA1615" Action="Error"/> <!-- Element return value must be documented -->
+ <Rule Id="SA1616" Action="Error"/> <!-- Element return value documentation must have text -->
+ <Rule Id="SA1617" Action="Error"/> <!-- Void return value must not be documented -->
+ <Rule Id="SA1618" Action="Error"/> <!-- Generic type parameters must be documented -->
+ <Rule Id="SA1619" Action="Error"/> <!-- Generic type parameters must be documented partial class -->
+ <Rule Id="SA1620" Action="Error"/> <!-- Generic type parameter documentation must match type parameters -->
+ <Rule Id="SA1621" Action="Error"/> <!-- Generic type parameter documentation must declare parameter name -->
+ <Rule Id="SA1622" Action="Error"/> <!-- Generic type parameter documentation must have text -->
+ <Rule Id="SA1623" Action="None"/> <!-- Property summary documentation must match accessors -->
+ <Rule Id="SA1624"
+ Action="None"/> <!-- Property summary documentation must omit accessor with restricted access -->
+ <Rule Id="SA1625" Action="Error"/> <!-- Element documentation must not be copied and pasted -->
+ <Rule Id="SA1626" Action="Error"/> <!-- Single-line comments must not use documentation style slashes -->
+ <Rule Id="SA1627" Action="Error"/> <!-- Documentation text must not be empty -->
+ <Rule Id="SA1629" Action="Error"/> <!-- Documentation text must end with a period -->
+ <Rule Id="SA1633" Action="Error"/> <!-- File must have header -->
+ <Rule Id="SA1634" Action="Error"/> <!-- File header must show copyright -->
+ <Rule Id="SA1635" Action="Error"/> <!-- File header must have copyright text -->
+ <Rule Id="SA1636" Action="Error"/> <!-- File header copyright text must match -->
+ <Rule Id="SA1637" Action="Error"/> <!-- File header must contain file name -->
+ <Rule Id="SA1638" Action="Error"/> <!-- File header file name documentation must match file name -->
+ <Rule Id="SA1639" Action="Error"/> <!-- File header must have summary -->
+ <Rule Id="SA1640" Action="Error"/> <!-- File header must have valid company text -->
+ <Rule Id="SA1641" Action="Error"/> <!-- File header company name text must match -->
+ <Rule Id="SA1642" Action="Error"/> <!-- Constructor summary documentation must begin with standard text -->
+ <Rule Id="SA1643" Action="Error"/> <!-- Destructor summary documentation must begin with standard text -->
+ <Rule Id="SA1644" Action="Error"/> <!-- Documentation header must not contain blank lines -->
+ <Rule Id="SA1648" Action="Error"/> <!-- inheritdoc must be used with inheriting class -->
+ <Rule Id="SA1649" Action="Error"/> <!-- File name must match first type name -->
+ <Rule Id="SA1651" Action="Error"/> <!-- Do not use placeholder elements -->
+ </Rules>
+</RuleSet>