Add and improve support for various games - #28
Merged
Annotations
20 warnings
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L19
Non-nullable property 'MemberType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L18
Non-nullable property 'MemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L58
Dereference of a possibly null reference.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L39
Dereference of a possibly null reference.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L35
Possible null reference assignment.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L9
Non-nullable property 'ClassName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
src/TelltaleToolKit/T3Types/Vers.cs#L8
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
src/TelltaleToolKit/Games/GameProfileJsonExtensions.cs#L15
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<MetaClassType, uint>, string?>' (possibly because of nullability attributes).
|
|
Test:
src/TelltaleToolKit/Games/GameProfileJsonExtensions.cs#L14
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
|
Test:
src/TelltaleToolKit/Games/GameProfileJsonExtensions.cs#L13
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'SortedDictionary<TKey, TValue>'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
|
Build:
src/TelltaleToolKit/T3Types/StyleGuides/ActingPallete.cs#L40
Non-nullable property 'BaseClassActingOverridablePropOwner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L19
Non-nullable property 'MemberType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L18
Non-nullable property 'MemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L58
Dereference of a possibly null reference.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L39
Dereference of a possibly null reference.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L35
Possible null reference assignment.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L9
Non-nullable property 'ClassName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/TelltaleToolKit/T3Types/Vers.cs#L8
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/TelltaleToolKit/IO/Archives/Formats/TTArchive.cs#L23
Non-nullable field '_blowfish' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/TelltaleToolKit/IO/Streams/ContainerStream.cs#L55
Non-nullable field '_blowfishKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
background
wait
wait-all
cancel
parallel
Loading