-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace GoDotLog with Chickensoft.Log
* Bump .NET to v8 * Replace PackageReference to GoDotLog with new Chickensoft.Log * Replace usings GoDotLog -> Chickensoft.Log * Replace GDLog with Log and a TraceWriter to support output in VSCode, VS, and Godot * Add logic to GoTest to optionally add a DefaultTraceListener before running tests and to always remove it as the last step of execution (prevents multiple DefaultTraceListeners if multiple calls to GoTest.RunTests() happen) * Add logic to TestEnvironment for a command-line option that skips adding the DefaultTraceListener (useful for VSCode, which picks up Trace output without the DefaultTraceListener)
- Loading branch information
Showing
13 changed files
with
179 additions
and
92 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.