NiTiSon

Results 5 issues of 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 ![image](https://user-images.githubusercontent.com/60577131/146668160-d7580417-12a6-4fc9-b28e-1aa4d0a85b85.png) 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

New Tools

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())); }...