Skip to content

Remove Tizen from templates (+ tests) for .NET 10#30029

Merged
rmarinho merged 1 commit intonet10.0from
net10-remove-tizen-templates
Jun 18, 2025
Merged

Remove Tizen from templates (+ tests) for .NET 10#30029
rmarinho merged 1 commit intonet10.0from
net10-remove-tizen-templates

Conversation

@jfversluis
Copy link
Member

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Description of Change

Removes the Tizen specific instructions and nodes from the MAUI templates and related integrations tests.

@jfversluis jfversluis added this to the .NET 10.0-preview6 milestone Jun 17, 2025
@jfversluis jfversluis added the area-templates Project templates, Item Templates for Blazor and MAUI label Jun 17, 2025
@jfversluis jfversluis requested a review from a team as a code owner June 17, 2025 10:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes Tizen-specific support from the .NET MAUI templates and associated integrations tests for the .NET 10 release. The key changes include:

  • Removal of Tizen build targets, conditions, and supported OS versions from the various .csproj files.
  • Updates to template configurations and localized template strings to exclude any Tizen references.
  • Deletion of Tizen-specific source files and manifest files from the library and Blazor solution projects.

Reviewed Changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Templates/src/templates/maui-mobile/MauiApp.1.csproj Removed commented-out Tizen target frameworks and the Tizen SupportedOSPlatformVersion element.
src/Templates/src/templates/maui-mobile/.template.config/template.json Tizen removed from classifications and project description.
src/Templates/src/templates/maui-mobile/.template.config/localize/templatestrings.json Tizen removed from the description.
src/Templates/src/templates/maui-lib/Platforms/Tizen/PlatformClass1.cs Deleted the entire Tizen-specific file.
src/Templates/src/templates/maui-lib/MauiLib1.csproj Removed Tizen targets and version conditions.
src/Templates/src/templates/maui-lib/.template.config/template.json Removed Tizen from the classifications.
Other template config files Similar removal of Tizen from classifications and descriptions.
Tizen-specific files in Blazor and BlazorSolution projects Full removal of Tizen manifests, source code, and project targets.
Directory.Build.props Removed Tizen from the DefaultPackageTags.
Comments suppressed due to low confidence (2)

src/Templates/src/templates/maui-blazor/MauiApp.1.csproj:39

  • Please ensure that any Tizen-specific tests in TestCases.HostApp and TestCases.Shared.Tests have also been removed or updated to reflect the removal of Tizen support.
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

Directory.Build.props:38

  • [nitpick] Verify that the removal of Tizen from the default package tags is also updated in the related documentation to avoid any inconsistencies for package consumers.
<DefaultPackageTags>dotnet-maui;dotnet;maui;cross-platform;ios;android;macos;maccatalyst;windows;winui</DefaultPackageTags>

@rmarinho rmarinho merged commit d08aeae into net10.0 Jun 18, 2025
129 checks passed
@rmarinho rmarinho deleted the net10-remove-tizen-templates branch June 18, 2025 07:58
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-templates Project templates, Item Templates for Blazor and MAUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants