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
* Move Hocon.Immutable into Hocon namespace
* Mark old classes as internal classes
* Convert old data type to new ones
* Convert old data type to new data type
* Improve backward compatibility
* Convert old Config to use the new data structure.
* Add caching to Config
* Update ApiApprover text file to reflect the new data structure.
* Bump Linux .NET SDK version from 2.1.500 to 2.1.504 to match the windows SDK version.
* force csproj LangVersion tag to 7.2
* Remove throw statement, throw does not make sense since this is not an irrepairable critical error.
* Add missing getters needed for Akka compatibility
* Add serialization hacks (surrogate) from Akka.NET to fix serialization in Akka
* Remove Newtonsoft.Json nuget dependency
* Defensive coding
* Adjust surface API
* Clean ghost Immutable projects from .sln file. Prevented CI build from running.
* Prepend Hocon to classes names that are too generic
* Remove caching from Config
* Force garbage collection so that memory allocation stat result only reflects the memory cost of the lookup spec
* Update the approved API list to reflect the static extension class name refactor
0 commit comments