Skip to content
AlienDwarf edited this page May 6, 2023 · 2 revisions

Frequently Asked Questions

This page contains a list of frequently asked questions.

Cross Platform Compatibility

Which .Net Version is needed to use your library?

This library uses .NET Standard 2.1 to provide the most possible cross platform compatibility.

.NET Standard is a formal specification of .NET APIs that are available on multiple .NET implementations. The motivation behind .NET Standard was to establish greater uniformity in the .NET ecosystem. .NET Standard 2.1 has 37,118 of the 37,118 available APIs.

.Net Implementation Version Support
.Net 5.0, 6.0, 7.0
.Net Core 3.0, 3.1
Mono 6.4
Unity 2021.2

For a list of all available .Net implementations (like Xamarin, Mono, ...) visit Microsoft Docs

Is .Net Core supported?

Yes .Net Core 3.0 and .Net Core 3.1 is supported.

Is this compatible with Mac?

Yes. This library can be used on Mac and iOS.

Usage

How do I use this library?

Please make sure to check out the Samples pages.

License

Can I use this library in my application?

Yes. Open-Meteo Dotnet is licensed under the MIT license.