Skip to content

Feature/Atualizando Método de Busca de Dados #29 #129

Feature/Atualizando Método de Busca de Dados #29

Feature/Atualizando Método de Busca de Dados #29 #129

Triggered via push October 6, 2024 21:51
Status Success
Total duration 4m 45s
Artifacts
Build and Test .Net App
3m 8s
Build and Test .Net App
Build and Test Angular App
1m 20s
Build and Test Angular App
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Build and Test .Net App
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test .Net App: HomeBrokerXUnit/Business/HomeBrokerBusinessTest.cs#L226
Dereference of a possibly null reference.
Build and Test .Net App: HomeBrokerXUnit/Business/HomeBrokerBusinessTest.cs#L260
Dereference of a possibly null reference.
Build and Test .Net App: HomeBrokerXUnit/Business/HomeBrokerBusinessTest.cs#L278
Dereference of a possibly null reference.
Build and Test .Net App: HomeBrokerXUnit/Business/HomeBrokerBusinessTest.cs#L288
Dereference of a possibly null reference.
Build and Test .Net App: HomeBrokerXUnit/Controllers/ChartHomeBrokerControllerTest.cs#L22
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test .Net App: HomeBrokerXUnit/Controllers/ChartHomeBrokerControllerTest.cs#L43
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and Test .Net App: Business/HomeBrokerBusiness.cs#L29
Nullability of reference types in type of parameter 'state' of 'void HomeBrokerBusiness.DisposeCache(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
Build and Test .Net App: HomeBrokerSPA/Program.cs#L24
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
Build and Test .Net App: HomeBrokerSPA/Program.cs#L25
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
Build and Test .Net App: Business/HomeBrokerBusiness.cs#L29
Nullability of reference types in type of parameter 'state' of 'void HomeBrokerBusiness.DisposeCache(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
Build and Test .Net App: HomeBrokerSPA/Program.cs#L24
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
Build and Test .Net App: HomeBrokerSPA/Program.cs#L25
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
Build and Test Angular App
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/