Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Akka.Analyzers may not be compatible with .NET Framework v4.7 #66

Closed
Aaronontheweb opened this issue Feb 15, 2024 · 2 comments · Fixed by #73
Closed

Akka.Analyzers may not be compatible with .NET Framework v4.7 #66

Aaronontheweb opened this issue Feb 15, 2024 · 2 comments · Fixed by #73

Comments

@Aaronontheweb
Copy link
Member

Need more data, but wanted to create an issue for this - looks like this is an SDK / Tooling issue with Roslyn.

@Aaronontheweb
Copy link
Member Author

We probably need to add a .NET Framework flavor to our test suite - that would help us catch some issues like this on our side:

<TargetFramework>net8.0</TargetFramework>

@mumrich
Copy link

mumrich commented Feb 15, 2024

@Aaronontheweb I can provide some more detail on this:
I have a ASP.NET MVC project based on .NET Framework 4.7.2. I've recently introduced Akka.NET to it for easy background processes. The latest version I'm able to install is 1.5.14 (I'm actually using 1.4.51 because I'm using Akka.DI.Core as well and wanted to alignt the versions, but that's not the point here):
image

If I want to install Akka 1.5.15 or higher, I get something like this:
image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants