Skip to content

Conversation

@Arkatufus
Copy link
Contributor

Revert Config API surface and behaviour to what it was back in 2018

@@ -0,0 +1,97 @@
[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")]
namespace Hocon
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add this to .gitignore - don't want to include the .received.txt files. Only the .approved.txt files.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I got trigger happy and clicked Commit a bit too fast

@@ -0,0 +1,494 @@
[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName=".NET Framework 4.6.1")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback as above

/// </code>
/// </summary>
public class HoconObject : Dictionary<string, HoconField>, IHoconElement
public class HoconObject : SortedDictionary<string, HoconField>, IHoconElement
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have this object implement IReadOnlyDictionary (or equivalent) or use a SortedDictionary internally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants