Skip to content

Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.9 to 7.0.9 #230

Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.9 to 7.0.9

Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.9 to 7.0.9 #230

Triggered via pull request July 12, 2023 11:38
Status Success
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
build: api/Models/Response/SpellResponse.cs#L32
Non-nullable property 'CastingTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L33
Non-nullable property 'Duration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L46
Non-nullable property 'School' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SpellResponse.cs#L49
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Response/SourceMaterialResponse.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/ClassResponse.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.