curiosity-ai/catalyst

The build on master appears to be broken

fbrier opened this issue · 1 comments

Describe the bug
master branch is no longer building. There is one warning and one compile error, using Visual Studio 2022 Community Edition. I was attempting to fork and add my simplified test that calls Catalyst.Pipeline.ProcessSingle() to validate/demonstrate the issue I am having. Are the current set of changes on master to resolve my issue? If so, thank you!

Warning:

7/19/2022 8:55:49 AM	Critical	Project 'Catalyst.Models.English.ForTests' load failed|   Project file 'D:\Projects\catalyst\Languages.ForTests\English.ForTests\Catalyst.Models.English.ForTests.csproj' not found.

Compile Error:

Error	CS0037	Cannot convert null to 'Span' because it is a non-nullable value type	Catalyst.Training	D:\Projects\catalyst\Catalyst.Training\src\TrainPOSTagger.cs	378	Active

To Reproduce
Clone and build.

This appears to be fixed.