Compression Support #260
Merged
Compression Support #260
Annotations
10 warnings
|
Shared/SharedCore/ErrorHandling/UnkownXmlDataThrower.cs#L14
Nullability of reference types in type of parameter 'sender' of 'void UnknownXmlDataThrower.Node(object sender, XmlNodeEventArgs e)' doesn't match the target delegate 'XmlNodeEventHandler' (possibly because of nullability attributes).
|
|
Shared/SharedCore/ErrorHandling/UnkownXmlDataThrower.cs#L13
Nullability of reference types in type of parameter 'sender' of 'void UnknownXmlDataThrower.Attribute(object sender, XmlAttributeEventArgs e)' doesn't match the target delegate 'XmlAttributeEventHandler' (possibly because of nullability attributes).
|
|
Shared/SharedCore/DevConfig/DevelopmentConfigurationManager.cs#L18
Non-nullable field '_activeConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
|
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
|
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
|
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L82
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredService<T>(IEditorInterface)' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredService<T>(IEditorInterface)'. Consider using an explicit interface implementation instead.
|
|
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L103
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredServiceRootScope<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredServiceRootScope<T>()'. Consider using an explicit interface implementation instead.
|
The logs for this run have expired and are no longer available.
Loading