Aaron Stannard
Aaron Stannard
> If we need it in TestKit, I do not see any reason why not to add this reference. So far we haven't needed it, but we could probably replace...
We dropped it for the 1.4.0 release coming up because no one other than @Horusiath (the author) has had the bandwidth to review the code / finish verifying that the...
We should also follow the guidance in https://github.com/clairernovotny/DeterministicBuilds
> We can probably improve this this by ditching SAEA and use _socket.AcceptAsync(null, cancellationToken) instead. The SAEA would be managed by the method and all pending accept command can be...
We can do an `#if` `#endif` for that in the .NET 6 version in Akka.NET v1.5 then
@Arkatufus this should go in the XML-DOC comments for the `ILogReceive` interface probably, right?
Good to know @IgorFedchenko - I had no idea that they had .NET support. Do you know if that library does anything that requires elevated permissions?
## Reorganize `Configuration` * [ ] Move `~/articles/hocon/index.html` --> `~/articles/configuration/hocon.html` * [ ] Add `~/articles/configuration.index.html` - new page that explains how configuration works in Akka.NET, best practices, links to bootcamp...
Moving the sample app into its own directory is a good idea, but I would keep the "intro" area and not rename it (less work, does basically the same thing.)...
> So instead of moving things around, we can create ~/articles-2 where all changes will be applied. We could have Documenation 2 so that we can get users feedback on...