-
Notifications
You must be signed in to change notification settings - Fork 249
Update samples to dotnet 10 #431
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
22 commits
Select commit
Hold shift + click to select a range
624d5fd
Update target frameworks
bart-vmware abcb027
Update ASP.NET and EF Core versions to 10.0.*
bart-vmware f077557
Update launchSettings.json to use https schema
bart-vmware 4f9a397
Update launchSettings.json: remove IIS Express
bart-vmware 1c8b844
In WebAPI projects, set launchBrowser=false and remove launchUrl swagger
bart-vmware debb716
Replace Swashbuckle with ASP.NET OpenAPI
bart-vmware 07661c7
Convert static assets handling
bart-vmware f88a770
Update wwwroot
bart-vmware 947258d
Adapt for changed path in wwwroot
bart-vmware d152098
Update feature files for .NET 10
bart-vmware bc9d06a
Update markdown files for .NET 10
bart-vmware b6b26ec
Update GHA workflow for .NET 10
bart-vmware 46a3aff
Configuration: fix rendering of PATH environment variable
bart-vmware f00dd1d
Discovery: Fix README after update from #429
bart-vmware 717781c
FileShares: Remove unused variable
bart-vmware 54d2efc
Management: downgrade Pomelo.EntityFrameworkCore.MySql
bart-vmware 3c542f3
Management: Fix startup error: Use BaseUrl instead of BasePath to con…
bart-vmware 1bbba29
Management: Remove obsolete .WithOpenApi()
bart-vmware 2b68e2a
Management: fix inconsistent line endings
bart-vmware d6e84de
Package updates
bart-vmware c825384
Fix XSS vulnerability in PATH environment variable rendering (#432)
Copilot 768a053
Discovery: fix invalid executable on Windows deployment
bart-vmware File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
4 changes: 2 additions & 2 deletions
4
Configuration/src/ConfigurationProviders/Models/PlaceholderValues.cs
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,8 +1,8 @@ | ||
| namespace Steeltoe.Samples.ConfigurationProviders.Models; | ||
| namespace Steeltoe.Samples.ConfigurationProviders.Models; | ||
|
|
||
| public sealed class PlaceholderValues | ||
| { | ||
| public string? ResolvedFromEnvironmentVariables { get; set; } | ||
| public string? ResolvedFromPathEnvironmentVariable { get; set; } | ||
| public string? Unresolved { get; set; } | ||
| public string? ResolvedFromJson { get; set; } | ||
| } |
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
1 change: 1 addition & 0 deletions
1
Configuration/src/ConfigurationProviders/Properties/launchSettings.json
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
2 changes: 1 addition & 1 deletion
2
Configuration/src/ConfigurationProviders/Steeltoe.Samples.ConfigurationProviders.csproj
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
2 changes: 1 addition & 1 deletion
2
Configuration/src/ConfigurationProviders/Views/Shared/_ValidationScriptsPartial.cshtml
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,2 +1,2 @@ | ||
| <script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script> | ||
| <script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script> | ||
| <script src="~/lib/jquery-validation-unobtrusive/dist/jquery.validate.unobtrusive.min.js"></script> |
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.
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.