Fix unit tests #120
Annotations
50 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v2, actions/setup-dotnet@v3, actions/setup-node@v3, aws-actions/configure-aws-credentials@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Functional tests:
tests/Stocks.FunctionalTests/StockApiDriver.cs#L45
Dereference of a possibly null reference.
|
Functional tests:
tests/Stocks.FunctionalTests/StockApiDriver.cs#L59
Dereference of a possibly null reference.
|
Functional tests:
tests/Stocks.FunctionalTests/Setup.cs#L122
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Functional tests:
tests/Stocks.FunctionalTests/StockPricingFunctionalTests.cs#L92
Dereference of a possibly null reference.
|
Functional tests:
tests/Stocks.FunctionalTests/Setup.cs#L17
Non-nullable field '_cognitoIdentityProviderClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Functional tests:
tests/Stocks.FunctionalTests/Setup.cs#L20
Non-nullable field '_testUsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Functional tests:
tests/Stocks.FunctionalTests/Setup.cs#L28
Non-nullable property 'AsyncTestManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'EventVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Non-nullable property 'StockSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to AWS
Nullability of reference types in return type of 'Task<StockDto?> StockRepository.GetStockHistory(StockSymbol symbol)' doesn't match implicitly implemented member 'Task<StockDto> IStockRepository.GetStockHistory(StockSymbol symbol)'.
|
Deploy to AWS
Possible null reference argument for parameter 'key' in 'void Dictionary<string, List<WriteRequest>>.Add(string key, List<WriteRequest> value)'.
|
Deploy to AWS
Possible null reference argument for parameter 'postfix' in 'IServiceCollection StartupExtensions.AddApplicationConfiguration(IServiceCollection services, string postfix)'.
|
Deploy Dev Test Infrastructure
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'EventVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Non-nullable property 'StockSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy Dev Test Infrastructure
Nullability of reference types in return type of 'Task<StockDto?> StockRepository.GetStockHistory(StockSymbol symbol)' doesn't match implicitly implemented member 'Task<StockDto> IStockRepository.GetStockHistory(StockSymbol symbol)'.
|
Deploy Dev Test Infrastructure
Possible null reference argument for parameter 'key' in 'void Dictionary<string, List<WriteRequest>>.Add(string key, List<WriteRequest> value)'.
|
Deploy Dev Test Infrastructure
Possible null reference argument for parameter 'postfix' in 'IServiceCollection StartupExtensions.AddApplicationConfiguration(IServiceCollection services, string postfix)'.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L35
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L35
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'EventVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/Shared.Events/EventWrapper.cs#L13
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/StockTraderAPI/StockTrader.Core/StockAggregate/StockHistory.cs#L15
Non-nullable property 'StockSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Functional tests prod:
src/StockTraderAPI/StockTrader.Infrastructure/StockRepository.cs#L110
Nullability of reference types in return type of 'Task<StockDto?> StockRepository.GetStockHistory(StockSymbol symbol)' doesn't match implicitly implemented member 'Task<StockDto> IStockRepository.GetStockHistory(StockSymbol symbol)'.
|
Functional tests prod:
src/StockTraderAPI/StockTrader.Infrastructure/StockRepository.cs#L72
Possible null reference argument for parameter 'key' in 'void Dictionary<string, List<WriteRequest>>.Add(string key, List<WriteRequest> value)'.
|
Functional tests prod:
src/StockTraderAPI/StockTrader.Infrastructure/StartupExtensions.cs#L34
Possible null reference argument for parameter 'postfix' in 'IServiceCollection StartupExtensions.AddApplicationConfiguration(IServiceCollection services, string postfix)'.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L35
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L35
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L9
Non-nullable property 'EventVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/Shared.Events/EventWrapper.cs#L13
Non-nullable property 'SourceRequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/StockTraderAPI/StockTrader.Core/StockAggregate/StockHistory.cs#L15
Non-nullable property 'StockSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integration tests:
src/StockTraderAPI/StockTrader.Infrastructure/StockRepository.cs#L110
Nullability of reference types in return type of 'Task<StockDto?> StockRepository.GetStockHistory(StockSymbol symbol)' doesn't match implicitly implemented member 'Task<StockDto> IStockRepository.GetStockHistory(StockSymbol symbol)'.
|
Integration tests:
src/StockTraderAPI/StockTrader.Infrastructure/StockRepository.cs#L72
Possible null reference argument for parameter 'key' in 'void Dictionary<string, List<WriteRequest>>.Add(string key, List<WriteRequest> value)'.
|
Integration tests:
src/StockTraderAPI/StockTrader.Infrastructure/StartupExtensions.cs#L34
Possible null reference argument for parameter 'postfix' in 'IServiceCollection StartupExtensions.AddApplicationConfiguration(IServiceCollection services, string postfix)'.
|
Unit tests:
src/Shared.Events/EventWrapper.cs#L35
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading