forked from MuMech/MechJeb2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify refactoring & nuget items; no major changes
- Loading branch information
1 parent
a05edef
commit eb3093a
Showing
6 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// This file is used by Code Analysis to maintain SuppressMessage | ||
// attributes that are applied to this project. | ||
// Project-level suppressions either have no target or are given | ||
// a specific target and scoped to a namespace, type, member, etc. | ||
using System.Diagnostics.CodeAnalysis; | ||
|
||
[assembly: SuppressMessage("Style","IDE0055:Fix formatting")] | ||
[assembly: SuppressMessage("CodeQuality","IDE0079:Remove unnecessary suppression")] | ||
[assembly: SuppressMessage("Style","IDE1006:Naming Styles")] | ||
[assembly: SuppressMessage("Style","RCS1002:Remove braces.")] | ||
[assembly: SuppressMessage("Style","RCS1004:Remove braces from if-else.")] | ||
[assembly: SuppressMessage("Style","RCS1007:Add braces.")] | ||
[assembly: SuppressMessage("Readability", "RCS1009:Use explicit type instead of 'var' (foreach variable).")] | ||
[assembly: SuppressMessage("Simplification","RCS1010:Use 'var' instead of explicit type (when the type is obvious).")] | ||
[assembly: SuppressMessage("Usage", "RCS1016:Convert block body to expression-body (or vice versa).")] | ||
[assembly: SuppressMessage("Naming","RCS1045:Rename private field to camel case with underscore.")] | ||
[assembly: SuppressMessage("Readability", "RCS1052:Declare each attribute separately.")] | ||
[assembly: SuppressMessage("Readability", "RCS1056:Avoid usage of using alias directive.")] | ||
[assembly: SuppressMessage("Maintainability","RCS1060:Declare each type in separate file.")] | ||
[assembly: SuppressMessage("Style","RCS1064:Avoid usage of for statement to create an infinite loop.")] | ||
[assembly: SuppressMessage("Formatting", "RCS1100:Format documentation summary on a single line.")] | ||
[assembly: SuppressMessage("Style","RCS1111:Add braces to switch section with multiple statements.")] | ||
[assembly: SuppressMessage("Style","RCS1126:Add braces to if-else.")] | ||
[assembly: SuppressMessage("Readability","RCS1162:Avoid chain of assignments.")] | ||
[assembly: SuppressMessage("Simplification","RCS1176:Use 'var' instead of explicit type (when the type is not obvious).")] | ||
[assembly: SuppressMessage("Simplification", "RCS1177:Use 'var' instead of explicit type (in foreach).")] | ||
[assembly: SuppressMessage("Usage","RCS1223:Mark publicly visible type with DebuggerDisplay attribute.")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Net.Compilers" version="4.0.1" targetFramework="net48" developmentDependency="true" /> | ||
<package id="Microsoft.Net.Compilers.Toolset" version="4.0.1" targetFramework="net48" developmentDependency="true" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net472" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters