publish #22
Annotations
10 warnings
build-publish:
Stardust/Services/CacheService.cs#L33
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/Plugins/IAgentPlugin.cs#L29
Nullability of reference types in type of parameter 'identity' of 'bool AgentPlugin.Init(string identity, IServiceProvider provider)' doesn't match implicitly implemented member 'bool IPlugin.Init(string? identity, IServiceProvider provider)' (possibly because of nullability attributes).
|
build-publish:
Stardust/StarClient.cs#L114
Nullability of reference types in return type doesn't match overridden member.
|
build-publish:
Stardust/StarClient.cs#L114
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/StarClient.cs#L114
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/StarClient.cs#L322
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/WeiXin/WeiXinClient.cs#L26
Possible null reference return.
|
build-publish:
Stardust/WeiXin/WeiXinClient.cs#L16
Possible null reference assignment.
|
build-publish:
Stardust/WeiXin/WeiXinClient.cs#L18
Non-nullable field '_Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-publish:
Stardust/WeiXin/WeiXinClient.cs#L119
Non-nullable property 'Log' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|