-
Notifications
You must be signed in to change notification settings - Fork 9
Upgrade to using .NET 10 #111
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6b6baec
feat: migrate project to .NET 9 and update dependencies
736576e
fix: update NoWarn properties and suppress additional warnings
6f826a7
fix: update ExternalWebBrowser to use ProcessStartInfo for launching …
46d6d6e
fix: remove SYSLIB0012 from NoWarn properties in project files
a8bb5d7
fix: remove warning code 467 from NoWarn properties in project files
a22642e
fix: remove NU1603 from NoWarn properties in project files
c6d111b
fix: remove warning code 618 from NoWarn properties in project files
a30533b
fix: clean up NoWarn properties in project files and improve file rea…
a1d83f8
fix: update HTML link encoding in DataObjectExtensions
82f6ed3
fix: clean up NoWarn properties and improve icon handle checks
f57975a
fix: clean up NoWarn properties and suppress SYSLIB0051 warning in Ht…
43f71a1
fix: clean up NoWarn properties in project files
c1edacc
fix: remove obsolete serialization constructor from HttpValueCollection
60ae38d
fix: clean up NoWarn properties and add platform support attributes
92d1e4f
fix: clean up NoWarn properties and suppress NU1701 warning for Azure…
50afc83
fix: update target framework from .NET 9 to .NET 10 in project files
c942fc0
fix: update project files to use WiX Toolset v5.0.2 and .NET 10
ef6d1ea
fix: update CI/CD workflows to use latest actions and .NET 10
2e547a6
fix: update GitVersion actions to v3.0.0 in CI/CD workflows
85a9798
fix: update GitVersion actions to v4.2.0 and adjust next-version in G…
56c031f
fix: update HintTextFontStyle to nullable and improve hint text rende…
a11b3b6
fix: add summary documentation for ToastDismissalReason enum
supermem613 5658e24
fix: improve polymorphic serialization in ApplicationInstance
supermem613 a0e3a76
fix: enhance message serialization with envelope for type metadata
supermem613 e5f9846
refactor: remove in-memory token storage implementation for .NET 9 mi…
supermem613 ec015c7
fix: remove unused XML namespaces from Product.wxs
supermem613 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 hidden or 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 hidden or 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 hidden or 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,4 +1,4 @@ | ||
| next-version: 0.1.12.0 | ||
| next-version: 0.1.12 | ||
| mode: ContinuousDeployment | ||
| branches: {} | ||
| ignore: | ||
|
|
||
This file contains hidden or 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,2 @@ | ||
| <Project> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.