Skip to content

feat: allow multiple OnStarted and OnStopping callback

Codacy Production / Codacy Static Code Analysis required action Jun 12, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs  1
         

Clones removed
==============
+ tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs  -1
         

See the complete overview on Codacy

Annotations

Check notice on line 47 in tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs#L47

Remove the unused local variable 'provider'.

Check notice on line 305 in tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/KafkaFlow.IntegrationTests/GlobalEventsTest.cs#L305

'context' is not used. Use discard parameter instead.