-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dotnet 8 #103
Closed
Closed
Upgrade dotnet 8 #103
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
599462e
move WeSay.sln into repo root
hahn-kev 1bfa073
upgrade wesay to dotnet 8
hahn-kev 283cece
get weSay working with dotnet 8
hahn-kev 26e7605
compile ui tests
hahn-kev b5b4e12
get tests passing and compiling
hahn-kev b3ced83
get most tests running for WeSay.Project.Tests.csproj
hahn-kev 7c37cd2
build and run LexicalModel.Tests.csproj
hahn-kev 965b17f
build and run LexicalTools.Tests.csproj
hahn-kev 5e1a48d
build and run WeSay.ConfigTool.Tests.csproj
hahn-kev 4cf7e39
build and test Addin.Transform.Tests.csproj
hahn-kev 33ab301
build Addin.Backup.Tests.csproj
hahn-kev 0234625
build LifWord2Json
hahn-kev 3b3ff06
build WeSay.App.Tests.csproj
hahn-kev 575b1b4
update sil core desktop to new version which includes UsbDrive stuff
hahn-kev 623ebeb
cleanup sldr once in fixture teardown
hahn-kev 5984d82
update workflow and WeSay.proj file to point to updated sln location
hahn-kev 6fee149
install dotnet 8 instead of 5
hahn-kev 7d37ba8
use latest windows
hahn-kev 5fbc075
include mono workaround for net5+, use FileHelper as Grep replacement
hahn-kev 0fb8193
add Nunit3 Test adapter
hahn-kev 8fcf42b
add github action logger for tests
hahn-kev 8e028e4
add space after -- for run config
hahn-kev e5af3b4
allow not calling dispose on ProjectDirectorySetupForTesting
hahn-kev 5621c82
Removed net8.0-windows from OutputPath
josephmyers 09c0401
change how we detect an unknown locale to use the CultureTypes property
hahn-kev d33293a
set maxcpucount=1 when running tests to avoid concurrency issues
hahn-kev 430ccd7
Reinstated test skipping for build server
josephmyers 71b1a8f
Skip a few extra tests
josephmyers 06bc0d6
Cleaup
josephmyers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Mercurial4ChorusDestDir>$(MSBuildThisFileDirectory)</Mercurial4ChorusDestDir> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
</PropertyGroup> | ||
</Project> |
Large diffs are not rendered by default.
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
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.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps in a separate PR, we can remove all mono-specific references, like this file