gender and interests converter #66
dotnet-core.yml
on: push
build
26s
Publish to GitHub
48s
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#L72
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#L117
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#L123
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L132
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#L165
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#L196
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#L201
Non-nullable property 'ProfileBadges' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Queries/RoomSearchQuery.cs#L9
Non-nullable property 'Keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Queries/RoomSearchQuery.cs#L14
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|