-
## What is your use-case and why do you need this feature?
`@SerialComment` annotation will be useful for automatically generated configuration files. Some serialization libraries already implemented…
-
The following code from `Deployer.cs` throws an `ArgumentNullException` when `routeTypeName` is not configured. There is no stack trace or other details which makes it difficult to understand what is …
-
It would be nice if the web/app.config was modified in applications referencing the Akka nuget package, so that we get a default config.
currently, there is a lot of friction here, when referencing th…
-
When trying to track down why changes I was making had no effect, I think I may have spotted a configuration or message issue
I've looked in Master branch of Akka.net, but I'm using 1.4.18 when this…
-
**Is your feature request related to a problem? Please describe.**
Part of the goal for Akka.NET v1.6 is to be able to get Akka.NET to run _everywhere_:
- Games: Unity / Godot
- Mobile: iOS / …
-
It appears that not all config values are not settable via environment variable. As for now kuiper utilizes config in the yaml format.
Maybe it would be better to use Hocon format for configuration. …
-
The default logger defaults to NullLogger right now. We have backend code that uses slf4j and need a simple way to configure the SLF4JLoggerFactory backend when running in the JVM. This isn't as simpl…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Currently there is no syntax highlighting for `.conf` files:
Zed: v0.129.1 (Zed Preview)
OS: macOS 12.7.4
Memory: 32 …
-
**Version Information**
Version of Akka.NET?
1.4.28
Which Akka.NET Modules?
Cluster, Cluster Sharding, Distributed Data, Persistence, Streams
**Describe the bug**
Note that this might not b…
-
I think it worth to mention in documentation, about how to control the order of `reference.conf` files merging, when you initialize your configuration.
For instance, commonly used library `akka-actor…