You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe what you are trying to understand
I want to add a section to our documentation that explains, for developers working on contributing to Akka.NET itself, some of the common development and debugging practices designed to help make things easier.
How can we do it better?
For instance, I think it would be great if we added some advice on how to:
Debug racy unit tests;
Best practices to testing configuration changes;
Benchmarking Akka.NET;
Memory profiling Akka.NET;
Debugging a multi-node test;
Creating effective reproduction scenarios; and
Where various classes of network errors likely originate.
Some of those material might be equally valuable to users as well and I think we might want to consider adding a separate section that is entirely user-facing, for dealing with Akka.NET application design debugging issues.
The text was updated successfully, but these errors were encountered:
Please describe what you are trying to understand
I want to add a section to our documentation that explains, for developers working on contributing to Akka.NET itself, some of the common development and debugging practices designed to help make things easier.
How can we do it better?
For instance, I think it would be great if we added some advice on how to:
Some of those material might be equally valuable to users as well and I think we might want to consider adding a separate section that is entirely user-facing, for dealing with Akka.NET application design debugging issues.
The text was updated successfully, but these errors were encountered: