NiTiSon
NiTiSon
```diff displayName: "GRavillaso" + browserName: "GRavillaso Java" name: "gravillaso" author: "NickName73 (NiTiS-Dev)" + browserAuthor: "NickName73" main: "com.NiTiS.Gravillaso.GRMod" description: "GRavillaso Mod based to improve basic content & add new things" +...
Error when reading NiTiSCore  Full error message: ``` System.InvalidOperationException: The given header was not found. at System.Net.Http.Headers.HttpHeaders.GetValues(HeaderDescriptor descriptor) at FuGetGallery.PackageData.ReadEntriesAsync(HttpClient client, String file) at FuGetGallery.PackageData.ReadAsync(HttpClient httpClient, String packageUri) in...
Improve search by adding output/input material filter It would also be nice to highlight recipes that can be used in pipeline
Property|Value| -:|:-| Library|VYaml 1.0.0| .NET Version|9.0.3 C# Version|13 OS|Windows10 Code: ```cs using VYaml.Annotations; using VYaml.Serialization; namespace IssueVYaml; public static class Program { public static void Main() { Console.WriteLine(YamlSerializer.Deserialize("integer: 34"u8.ToArray())); }...