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

Port/move/create .NET samples #20212

Open
3 tasks
rolfbjarne opened this issue Feb 28, 2024 · 2 comments
Open
3 tasks

Port/move/create .NET samples #20212

rolfbjarne opened this issue Feb 28, 2024 · 2 comments
Labels
documentation The issue or pull request is about documentation
Projects
Milestone

Comments

@rolfbjarne
Copy link
Member

We're going to sunset the Xamarin samples, so we need to figure out what to do about .NET samples.

We've ported a few of our existing Xamarin samples to .NET in the dotnet branch in the ios-samples repository:

https://github.com/xamarin/ios-samples/commits/dotnet

Tasks:

  • Create a new macios-samples repository in the dotnet org. Coordinate with Android so we do things too differently.
  • Update each .NET sample we have to the latest stable version of .NET (8 at the moment), and move into the new repository.
  • Make sure the sample browser on Microsoft's documentation site lists these new samples (Dave Britch can probably help here).
@rolfbjarne rolfbjarne added the documentation The issue or pull request is about documentation label Feb 28, 2024
@rolfbjarne rolfbjarne added this to the .NET 9 milestone Feb 28, 2024
@rolfbjarne rolfbjarne added this to Documentation in .NET 9 Feb 28, 2024
@rolfbjarne
Copy link
Member Author

CC @dalexsoto

@davidbritch
Copy link

There are two GitHub actions in maui-samples that you may want to re-use:

  • One is manually triggered and builds all the samples in the repo (useful when updating .NET versions).
  • One is triggered on PRs, and rebuilds the samples touched by the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation The issue or pull request is about documentation
Projects
.NET 9
Documentation
Development

No branches or pull requests

2 participants