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 7, fix asset path to be relative #158

Merged
merged 2 commits into from
Apr 15, 2023

Conversation

TimPurdum
Copy link
Collaborator

Closes #155. Also updates samples projects to target .NET 7.

After discussion, I removed the . in the asset path and tested all the sample applications. They still functioned correctly in WASM, MAUI, and Server. I also added a reminder in the assetFiles.md docs page about setting the "base" path in html.

@TimPurdum TimPurdum requested a review from seahro April 13, 2023 18:56
@TimPurdum TimPurdum self-assigned this Apr 13, 2023
</ItemGroup>

<ItemGroup>
<MauiImage Include="Resources\Splash\geoblazor.png"/>
<Content Remove="appsettings.json" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

I will need to remember this, will we need a appsettings.development.json here also?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's not necessary, unless we wanted one. I just wanted one file to demonstrate that appsettings do work for MAUI.

Copy link
Collaborator

@seahro seahro left a comment

Choose a reason for hiding this comment

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

looks good, mostly version updates. I will need to get geoblazor up on my mac and start testing it there

@TimPurdum
Copy link
Collaborator Author

looks good, mostly version updates. I will need to get geoblazor up on my mac and start testing it there

@seahro this would be awesome if you could test MAUI iOS and MAUI Mac deployments for us at some point!

@TimPurdum TimPurdum merged commit 109ed81 into develop Apr 15, 2023
@TimPurdum TimPurdum deleted the bug/155_asset_path_relative branch April 15, 2023 18:15
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.

Calling a page with routing parameters causes the map to not initialize correctly
2 participants