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

Conflict with Microsoft.Extensions.Logging.Abstractions in Opc.Ua.Core and ASP.NET Core Applications #2931

Open
1 of 5 tasks
JSGInray opened this issue Jan 13, 2025 · 0 comments · Fixed by #2922
Open
1 of 5 tasks

Comments

@JSGInray
Copy link
Contributor

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

The current release of Opc.Ua.Core.csproj references Microsoft.Extensions.Logging.Abstractions version 9.0.0. However, there appears to be a compatibility issue with ASP.NET Core applications targeting .NET 8, as they reference Microsoft.Extensions.Logging.Abstractions version 8.0.10.

f76c457#diff-8557fb7ab79d8c8a861c6e366b24d63e4792c807b4cd42d8f0659228140e3121

Expected Behavior

No version conflict for Microsoft.Extensions.Logging.Abstractions

Steps To Reproduce

No response

Environment

- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:

Anything else?

No response

@mregen mregen linked a pull request Jan 17, 2025 that will close this issue
13 tasks
mregen added a commit that referenced this issue Jan 20, 2025
- Reduce memory allocations in JSON encoder by using stackalloc/ArrayPool
- Fix some new warnings in .NET9 code analyzers
- Fix fuzzing error in JsonDecoder
- do not use .NET9 libraries with .NET8 LTS builds #2931, #2940
- Bump langversion to 9 (max VS2019)
- Use official ASP.Net 2.3. libraries for .NET Framework (rel. Jan 15th)
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 a pull request may close this issue.

1 participant