-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all warnings from the solution (#243)
* delete ruleset and migrate to edditorconfig * Fix more warnings * Fix many warnings * Fix warnings on UI elements * From now on treat warnings as errors * fix warning * Fix rocks db proj reference name * Fix persistance to separate pow and pow * Fix unit tests
- Loading branch information
1 parent
0ce71d5
commit faab7ff
Showing
42 changed files
with
491 additions
and
1,116 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 was deleted.
Oops, something went wrong.
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,37 @@ | ||
# Editor configuration, see http://editorconfig.org | ||
|
||
# todo: fix styling on the classes bellow | ||
|
||
[ScriptEvaluationContext.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[Script.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[Transaction.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[TransactionBuilder.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[TransactionSignature.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[StandardScriptTemplate.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[IpExtensions.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[ValidatedAddress.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[Network.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[ScriptReader.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
||
[NBitcoin/**.cs] | ||
dotnet_analyzer_diagnostic.severity = none | ||
|
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
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
Oops, something went wrong.