-
Notifications
You must be signed in to change notification settings - Fork 2
Issues: akkadotnet/akka.analyzers
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Akka.Streams: when using API usage rules
Context.Materializer
, encourage users to cache it into a backing property or field
AK2000
#109
opened Dec 10, 2024 by
Aaronontheweb
Analyzer Rule: don't allow users to stash the same message twice
AK2000
API usage rules
#104
opened Nov 4, 2024 by
Aaronontheweb
[AK3000]
Pull()
must be called in Akka.Streams Inlet OnPush()
handler if we don't call Push()
#98
opened Apr 29, 2024 by
Arkatufus
[AK2000] Akka.Hosting: Need to configure remoting if clustering is configured
#97
opened Apr 29, 2024 by
Arkatufus
AK3000: Custom Akka.Streams API usage rules
OutGraphStageLogi
s must call SetHandler
for OUT port
AK2000
#93
opened Apr 16, 2024 by
Aaronontheweb
Akka.TestKit: all tests should be asynchronous
AK2000
API usage rules
#90
opened Apr 11, 2024 by
Aaronontheweb
4 tasks
AK1000: Should not use Tell with implicit sender inside async functions
#63
opened Feb 1, 2024 by
Arkatufus
AK2000: enforce immutability of messages
AK2000
API usage rules
#12
opened Dec 28, 2023 by
Aaronontheweb
ProTip!
Exclude everything labeled
bug
with -label:bug.