Skip to content
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

Update samples to .NET 9 #5882

Merged
merged 24 commits into from
Sep 24, 2024
Merged

Update samples to .NET 9 #5882

merged 24 commits into from
Sep 24, 2024

Conversation

lbussell
Copy link
Contributor

@lbussell lbussell commented Sep 12, 2024

Related

Updates

@lbussell lbussell marked this pull request as ready for review September 13, 2024 22:38
@lbussell lbussell requested a review from a team as a code owner September 13, 2024 22:38
@lbussell
Copy link
Contributor Author

I'll defer #5113 to a follow-up PR since this PR is big enough already - this is ready for review.

samples/aspnetapp/Dockerfile.self-contained Outdated Show resolved Hide resolved
samples/aspnetapp/README.md Outdated Show resolved Hide resolved
samples/dotnetapp/Dockerfile.nanoserver Outdated Show resolved Hide resolved
samples/globalapp/README.md Outdated Show resolved Hide resolved
samples/releasesapi/Dockerfile.debian Outdated Show resolved Hide resolved
samples/releasesapi/Dockerfile.debian-cross-arm64-x64 Outdated Show resolved Hide resolved
samples/releasesapi/Dockerfile.debian-cross-x64-arm64 Outdated Show resolved Hide resolved
<configuration>
<packageSources>
<clear />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this will trigger an alert. All NuGet.config files need to have a <clear /> element to avoid implicit feed to nuget.org.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it because for the purposes of this sample, users probably won't want to use our nuget.org mirror - since it doesn't have all packages and others can be several versions behind.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We determined with #5787 that using NuGet.org for the purpose of validating user scenarios is acceptable.

@lbussell
Copy link
Contributor Author

I'm working on getting the manifest.samples.json to work with the build matrix generation now. It's creating some duplicate legs since we've got 8.0 and 9.0 samples now.

@mthalman, @richlander, @MichaelSimons, any other feedback on the actual samples content?

@lbussell
Copy link
Contributor Author

lbussell commented Sep 24, 2024

The markdown link check failures are due to #5872 (comment) (not an actual issue with this PR). They would be fixed by dotnet/docker-tools#1446.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants