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
Like Java, C# (unlike c/c++) is typically not compiled from sources for that reason I think the bounds checking would be better served with a runtime toggle we could use system environment variables (the same approach as c or c++ code uses for runtime configuration).
I also would think the default build that goes to Nuget should have bounds checking enabled by default.
As an alternative to 2. we could move Adaptive.Aeron/Config.cs into Adaptive.Agrona and then use the -D command line args. This would be more consistent with both the Java implementation and the .NET aeron port.
Moved from aeron-io/simple-binary-encoding#492 (@juddgaddie)
The text was updated successfully, but these errors were encountered: