Debug hangs in CI #35
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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:
src/DurableTask.Netherite/TransportLayer/EventHubs/EventProcessorHost.cs#L24
Field 'EventProcessorHost.shutdownToken' is never assigned to, and will always have its default value
|
Build:
src/DurableTask.Netherite.AzureFunctions/NetheriteProvider.cs#L149
'ScaleMonitorDescriptor.ScaleMonitorDescriptor(string)' is obsolete: 'This constructor is obsolete. Use the version that takes function id instead.'
|
Build:
test/DurableTask.Netherite.AzureFunctions.Tests/CoreScenarios.cs#L184
Function named 'Counter' doesn't have an entity class with the same name defined. Did you mean 'LogEntry'?
|
Build:
src/DurableTask.Netherite/TransportLayer/EventHubs/EventProcessorHost.cs#L24
Field 'EventProcessorHost.shutdownToken' is never assigned to, and will always have its default value
|
Build:
src/DurableTask.Netherite.AzureFunctions/NetheriteProvider.cs#L149
'ScaleMonitorDescriptor.ScaleMonitorDescriptor(string)' is obsolete: 'This constructor is obsolete. Use the version that takes function id instead.'
|
Build:
test/DurableTask.Netherite.AzureFunctions.Tests/CoreScenarios.cs#L184
Function named 'Counter' doesn't have an entity class with the same name defined. Did you mean 'LogEntry'?
|
Loading