修正 NodeInfo 类中的空特性 #115
Annotations
10 warnings
build-publish:
Stardust/Configs/StarHttpConfigProvider.cs#L22
Nullability of reference types in return type doesn't match overridden member.
|
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/LocalStarClient.cs#L149
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L149
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L149
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L366
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L366
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L366
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/LocalStarClient.cs#L424
Cannot convert null literal to non-nullable reference type.
|
build-publish:
Stardust/Managers/NetRuntime.cs#L51
Cannot convert null literal to non-nullable reference type.
|