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

Add a .NET iOS & Mac Catalyst sample and .NET "Core" sample support #2491

Merged
merged 7 commits into from
Jun 16, 2023

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Jun 15, 2023

Description of Change

Adding a new iOS and Mac Catalyst sample.

Also, there is now support for building samples with .NET [Core]. You can opt into this by adding a solution (or solution filter) that has a -net suffix:

Solution Name .NET / MSBuild Platform
Sample.sln[f] MSBuild All
Sample.Windows.sln[f] MSBuild Windows
Sample.Mac.sln[f] MSBuild macOS
Sample.Linux.sln[f] MSBuild Linux
Sample.Windows-net.sln[f] .NET Windows
Sample.Mac-net.sln[f] .NET macOS
Sample.Linux-net.sln[f] .NET Linux

NOTE: Sample-net.sln[f] is not supported yet as the logic is really rudimentary. It assumes the first component is the solution name and is located using a basic wildcard.

@mattleibow mattleibow changed the title Added the .NET iOS sample Add a .NET iOS & Mac Catalyst sample Jun 16, 2023
@mattleibow mattleibow changed the title Add a .NET iOS & Mac Catalyst sample Add a .NET iOS & Mac Catalyst sample and .NET "Core" sample support Jun 16, 2023
@mattleibow mattleibow merged commit 0801dee into main Jun 16, 2023
@mattleibow mattleibow deleted the dev/net-ios-sample branch June 16, 2023 19:15
@mattleibow mattleibow added this to the v2.88.4 milestone Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant