parse badges #68
dotnet-core.yml
on: push
build
30s
Publish to GitHub
42s
Annotations
10 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build:
Ankh/Models/Rework/UserModel.cs#L127
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L167
Non-nullable property 'AdsCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L176
Non-nullable property 'Is2FaRequired' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L212
Non-nullable property 'BadgeAreaHtml' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L243
Non-nullable property 'PublicRooms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L250
Non-nullable property 'Badges' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L93
Non-nullable property 'Tagline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L99
Non-nullable property 'ProfileImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L102
Non-nullable property 'Interests' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|