Fix authorize against HostAuthorizationPolicy when set #591
Annotations
5 errors and 16 warnings
|
Build other projects
Process completed with exit code 1.
|
|
Build other projects:
tests/TickerQ.Tests/TickerExecutionTaskHandlerTests.cs#L78
'NumericAssertions<long>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<long>' could be found (are you missing a using directive or an assembly reference?)
|
|
Build other projects:
tests/TickerQ.Tests/SoftSchedulerNotifyDebounceTests.cs#L102
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
|
Build other projects:
tests/TickerQ.Tests/TickerExecutionTaskHandlerTests.cs#L78
'NumericAssertions<long>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<long>' could be found (are you missing a using directive or an assembly reference?)
|
|
Build other projects:
tests/TickerQ.Tests/SoftSchedulerNotifyDebounceTests.cs#L102
'NumericAssertions<int>' does not contain a definition for 'BeGreaterOrEqualTo' and no accessible extension method 'BeGreaterOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
|
Build other projects:
src/TickerQ.Dashboard/DashboardOptionsBuilder.cs#L14
Non-nullable property 'BackendDomain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build other projects:
src/TickerQ.Dashboard/DashboardOptionsBuilder.cs#L13
Non-nullable property 'CorsPolicyBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build other projects:
src/TickerQ.Dashboard/Infrastructure/StringToByteArrayConverter.cs#L36
Possible null reference return.
|
|
Build other projects:
src/TickerQ.Dashboard/Infrastructure/StringToByteArrayConverter.cs#L33
Possible null reference return.
|
|
Build other projects:
src/TickerQ.Dashboard/Infrastructure/StringToByteArrayConverter.cs#L21
Possible null reference return.
|
|
Build other projects:
src/TickerQ.Dashboard/Infrastructure/StringToByteArrayConverter.cs#L14
Possible null reference return.
|
|
Build other projects:
src/TickerQ.Dashboard/Hubs/TickerQNotificationHub.cs#L56
Nullability of type of parameter 'exception' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build other projects:
src/TickerQ.Dashboard/DependencyInjection/ServiceExtensions.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
Build other projects
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "FlexLabs.EntityFrameworkCore.Upsert
|
|
Build other projects
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "FlexLabs.EntityFrameworkCore.Upsert
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Models/InternalManagerContext.cs#L15
Parameter 'createdAt' is unread.
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Instrumentation/ITickerQInstrumentation.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Instrumentation/ITickerQInstrumentation.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Models/InternalManagerContext.cs#L15
Parameter 'createdAt' is unread.
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Instrumentation/ITickerQInstrumentation.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build TickerQ.Utilities:
src/TickerQ.Utilities/Instrumentation/ITickerQInstrumentation.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading