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

Quantiy SpecificFuelConsumption units symbols contain invalid characters #1417

Closed
josefprinz opened this issue Aug 29, 2024 · 3 comments
Closed

Comments

@josefprinz
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior (just an example):

  1. Add nuget UnitsNet 4.9.0 to a .NET 4.0 project
  2. Build using Visual Studio 2017 Community v15.9.2
  3. See error: "foo"

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@josefprinz josefprinz added the bug label Aug 29, 2024
@angularsen
Copy link
Owner

That is an ancient version, try upgrading the nuget. The latest 4.x is https://www.nuget.org/packages/UnitsNet/4.152.0.

Beyond that, we don't really support older major versions unless there is something very wrong and easy to fix.

The latest major versions are 5.x and pre-release of 6.x.
https://www.nuget.org/packages/UnitsNet/5.57.0
https://www.nuget.org/packages/UnitsNet/6.0.0-pre011

@angularsen
Copy link
Owner

Also, netstandard2.0 is required for 5.x so it would require minimum .NET 4.6.2.
https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@angularsen angularsen closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants