Disable browser launch #34
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build_test:
API/Migrations/20231009192908_verification-props.cs#L8
The type name 'verificationprops' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_test:
API/Migrations/20231009192908_verification-props.Designer.cs#L16
The type name 'verificationprops' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_test:
API/Migrations/20231210002458_teamtypes.cs#L8
The type name 'teamtypes' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_test:
API/Migrations/20231210002458_teamtypes.Designer.cs#L16
The type name 'teamtypes' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_test:
API/OtrContext.cs#L9
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build_test:
API/Repositories/Implementations/ApiMatchRepository.cs#L88
Dereference of a possibly null reference.
|
build_test:
API/Osu/Multiplayer/OsuApiMatchData.cs#L10
Non-nullable property 'OsuApiMatch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_test:
API/Osu/Multiplayer/OsuApiMatchData.cs#L82
Non-nullable property 'Scores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_test:
APITests/Instances/ServiceInstances.cs#L37
Cannot convert null literal to non-nullable reference type.
|
build_test:
APITests/Osu/AutomationChecksTests.cs#L150
Cannot convert null literal to non-nullable reference type.
|