This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.18.0 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator #321
Annotations
10 warnings
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/LoadSetter.cs#L28
Dereference of a possibly null reference.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L8
Non-nullable property 'geos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L24
Possible null reference return.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L13
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L14
Non-nullable property 'timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L17
Non-nullable property 'timeframes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L30
Non-nullable property 'start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L31
Non-nullable property 'end' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/LoadSetter.cs#L28
Dereference of a possibly null reference.
|
src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L8
Non-nullable property 'geos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading