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

Migration to .net 8 #286

Closed
valentasm1 opened this issue Nov 18, 2023 · 8 comments
Closed

Migration to .net 8 #286

valentasm1 opened this issue Nov 18, 2023 · 8 comments

Comments

@valentasm1
Copy link
Collaborator

Created issue to get some opinions.
My plan is to migrate ALL parts to .net 8 in end of dec or jan 2024.

@valentasm1
Copy link
Collaborator Author

@Curlack
Copy link
Contributor

Curlack commented Nov 18, 2023

I think it's a great idea. Looked into converting some blazor projects to .net 8 myself.
I couldn't convert the aspnet core hosted blazor web assembly though, because aspnetcore does not support it. Not sure if I'm missing something, just wanted to mention it here.

@Nickztar
Copy link
Contributor

Sounds like a good plan! Have upgraded some other projects and the breaking changes are close to non-existent.

@Enritski
Copy link

Yep, this is definitely something I would like to see.

valentasm1 pushed a commit that referenced this issue Dec 15, 2023
@valentasm1
Copy link
Collaborator Author

Here is .net8 version.
Migration was pretty straightforward.
https://www.nuget.org/packages/BlazorGoogleMaps/4.0.0

@TheAtomicOption
Copy link
Contributor

My company also plans to update the project using this to .NET8 soon.

That said, Microsoft intends .NET6 support through Nov.12, 2024 and .NET7 through May 14, 2024. (see: https://dotnet.microsoft.com/en-us/download/dotnet) I think as a public nuget we'd ideally maintain multi-targeting (or at least publish patches for any bugs we find to versions that support .NET6/7) through those dates. We should probably be able to do that by just having multi-framework targeting in the project file.

@valentasm1
Copy link
Collaborator Author

@TheAtomicOption PR is welcomed.

@valentasm1
Copy link
Collaborator Author

@TheAtomicOption created other issue regarding multi framework support.
#313

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

No branches or pull requests

5 participants