.NET6 out of support should be a WARNING, not an ERROR #8566
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Area: Bindings
Issues in Java Library Binding projects.
Android application type
Classic Xamarin.Android (MonoAndroid13.0, etc.)
Affected platform version
VS 2022 17.8.2
Description
I am a library owner of many Xamarin binding libraries. Recently, I tried to add .NET8-Android as another supported framework to my libraries, it shows this error
It's really annoying. .NET6 is out of support, doesn't mean the libraries for it are also discontinued or. The error is not only if .NET6 is included, MonoAndroid has the same problem. Many developers still use my libraries and not ready to move to .NET8 yet, I still want to keep .NET6-android and MonoAndroid as supported frameworks.
If the error above is just a warning, it'll be very great. I can update my libraries to support .NET8 without any problems.
I used to think .NET6 binding libraries will work for .NET7 libraries, but it doesn't. I had to add .NET7 as supported framework for my libraries in the part. If .NET7 libraries will just work for .NET8, I will not upgrade my libraries to support .NET8 yet.
Please try and confirm by checking out my Mapbox for .NET libraries.
Steps to Reproduce
path-to-your-local-repo/qs/org.jfrog.cardinalcommerce.gradle--cardinalmobilesdk
sh build.sh --base-path $PWD
Did you find any workaround?
No. Not add .NET8 support for now
Relevant log output
The text was updated successfully, but these errors were encountered: