Build and Publish .NET Native Packages #39
Annotations
10 warnings
Build:
RWKVSharp.Core/Tokenizer/TrieTokenizer.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Build:
RWKVSharp.Core/Tokenizer/TrieTokenizer.cs#L143
Nullability of reference types in type of parameter 'x' of 'bool ByteArrayComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
|
Build:
RWKVSharp.Core/Tokenizer/TrieTokenizer.cs#L143
Nullability of reference types in type of parameter 'y' of 'bool ByteArrayComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L63
Non-nullable property 'content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L48
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L49
Non-nullable property 'dropout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L50
Non-nullable property 'unk_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L51
Non-nullable property 'continuing_subword_prefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L52
Non-nullable property 'end_of_word_suffix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
RWKVSharp.Core/Tokenizer/BPETokenizer.cs#L54
Non-nullable property 'vocab' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading