curiosity-ai / catalyst

🚀 Catalyst is a C# Natural Language Processing library built for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
MIT License
715 stars 73 forks source link

.NET standard 2.0 actually not supported #54

Closed OdinOxin closed 2 years ago

OdinOxin commented 3 years ago

Readme claims supporting .NET standard 2.0.

Package Catalyst 1.0.16767 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Catalyst 1.0.16767 supports:

OdinOxin commented 3 years ago

Even with Catalyst 1.0.18054

williware commented 2 years ago

It appears to me that the Mosaik.Core Nuget Package shows a dependency on Microsoft.Extensions.Logging.Abstractions >= 5.0.0 . See the list below from https://www.nuget.org/packages/Mosaik.Core/0.0.21635/

.NETCoreApp 3.1 MessagePack (>= 2.3.75) Microsoft.CSharp (>= 4.7.0) Microsoft.Extensions.Logging.Abstractions (>= 5.0.0) Newtonsoft.Json (>= 13.0.1) Nito.AsyncEx (>= 5.1.0) SharpZipLib.NETStandard (>= 1.0.7) System.Memory (>= 4.5.4) System.Numerics.Vectors (>= 4.5.0) System.Text.Json (>= 5.0.2)

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zbarnett commented 1 year ago

It appears this is still an issue.