Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
aedenthorn committed Apr 19, 2022
1 parent f48d471 commit 03a5733
Show file tree
Hide file tree
Showing 68 changed files with 1,915 additions and 3,111 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*.cs]

# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = silent

# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = silent
35 changes: 0 additions & 35 deletions CJBInventory/Framework/Constants/ItemQuality.cs

This file was deleted.

37 changes: 0 additions & 37 deletions CJBInventory/Framework/Constants/ItemSort.cs

This file was deleted.

401 changes: 0 additions & 401 deletions CJBInventory/Framework/ItemData/ItemRepository.cs

This file was deleted.

39 changes: 0 additions & 39 deletions CJBInventory/Framework/ItemData/ItemType.cs

This file was deleted.

75 changes: 0 additions & 75 deletions CJBInventory/Framework/ItemData/SearchableItem.cs

This file was deleted.

Loading

0 comments on commit 03a5733

Please sign in to comment.