Skip to content

chore(deps): bump actions/checkout from 3 to 4 #242

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #242

Triggered via pull request September 5, 2023 11:51
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/Migrations/20220406043311_initial-pgsql.cs#L8
The type name 'initialpgsql' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20220406043311_initial-pgsql.Designer.cs#L16
The type name 'initialpgsql' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20220429031314_simplify-relationships.cs#L8
The type name 'simplifyrelationships' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20220429031314_simplify-relationships.Designer.cs#L16
The type name 'simplifyrelationships' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20220501005615_add-spells-per-day.cs#L7
The type name 'addspellsperday' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Migrations/20220501005615_add-spells-per-day.Designer.cs#L16
The type name 'addspellsperday' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: api/Models/Response/SpellResponse.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L8
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L12
Non-nullable property 'ClassLevels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.