-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to .NET 8.0, and performance fixes (#81)
* Update to .NET 8.0 * Change Immutable collection usages to Frozen collections where possible * Change frozen collections to immutable where not long standing * Remove unused using imports * Add property to restore packages with packages.lock.json * Add freezing mechanism to template managers and loaders to call Freeze() * Change ToImmutableHashSet calls to ToImmutableArray when used for iteration * Add template manager freezing to NPC string and Mob string * Update build workflow to allow preview dotnet builds * Optimise encryption, avoid creating multiple transformer per transform * Fix redundant tmp variable * Update packages.lock.json * Update collections to use immutable * Update workflows to use .NET 8 * Oops missed out on some configs
- Loading branch information
Showing
134 changed files
with
4,169 additions
and
203 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
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 |
---|---|---|
|
@@ -10,6 +10,8 @@ | |
!**/appsettings.json | ||
!**/devsettings.json | ||
|
||
!**/packages.lock.json | ||
|
||
.env | ||
scripts.zip | ||
data.zip | ||
|
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.