Feat/personal improvements #1
Merged
Annotations
10 warnings
|
Build:
src/Bitbucket.Net/Models/Ssh/Fingerprint.cs#L5
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/KeyBase.cs#L10
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/ProjectKey.cs#L7
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/RepositoryKey.cs#L7
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/SshSettings.cs#L8
Non-nullable property 'Fingerprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/SshSettings.cs#L6
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Models/Ssh/SshSettings.cs#L5
Non-nullable property 'AccessKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Bitbucket.Net/Serialization/BitbucketJsonContext.cs#L343
There are multiple types named 'ListVeto'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
|
|
Build:
src/Bitbucket.Net/Serialization/BitbucketJsonContext.cs#L268
There are multiple types named 'Veto'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
|
|
Build:
src/Bitbucket.Net/Serialization/BitbucketJsonContext.cs#L254
There are multiple types named 'PasswordChange'. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1031)
|
Loading