Update for .NET MAUI Preview 13, Add Test coverage#297
Merged
TheCodeTraveler merged 15 commits intomainfrom Feb 15, 2022
Merged
Update for .NET MAUI Preview 13, Add Test coverage#297TheCodeTraveler merged 15 commits intomainfrom
TheCodeTraveler merged 15 commits intomainfrom
Conversation
TheCodeTraveler
approved these changes
Feb 15, 2022
Collaborator
There was a problem hiding this comment.
Thanks Vlad!
I made a couple tweaks since .NET MAUI Preview 13 uses .NET 6.0.2 which is now released:
- Install .NET v6.0.200 instead of v6.0.200-preview.22055.15
- Add
nuget.config- This allows all projects to install preview NuGet Packages from
https://aka.ms/dotnet6/nuget/index.jsonwhich is required for .NET MAUI Preview 13 - Also allows devs on macOS to build/run .NET MAUI Community Toolkit source code
- Also allows to remove some of the NuGet-specific steps in the CI pipeline
- This allows all projects to install preview NuGet Packages from
- Update
global.json- Change
versionto6.0.200 - Remove
allowPrelease
- Change
marsscotia
pushed a commit
to marsscotia/Maui
that referenced
this pull request
Feb 21, 2022
) * Run test coverage, update pipeline * Fix for preview 13 * Fix for preview 13 * More fixes for preview 13 * Fix build * fix snackbar build * update nuget config * remove nuget config * update pipeline * Update to `6.0.2` * Add `https://aka.ms/dotnet6/nuget/index.json` NuGet Source * Revert to `UseDotNet@2` + .NET 6.0.200 * Remove `--no-restore` * Remove `pwsh: true` * Move `nuget.config` to base folder Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
This Pull Request updates our source code and CI Pipeline for .NET MAUI Preview 13