Skip to content

Commit

Permalink
Fix misc informational warnings about namespace declarations etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed Dec 18, 2021
1 parent 22631be commit 5718680
Show file tree
Hide file tree
Showing 161 changed files with 13,194 additions and 13,252 deletions.
2 changes: 1 addition & 1 deletion ASN/Goedel.Tool.ASN/AsnPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ virtual public void Complete() {


public abstract partial class _Choice {
public List<OID> Children = new List<OID>();
public List<OID> Children = new();

public int[] Binary = null;

Expand Down
1,286 changes: 643 additions & 643 deletions ASN/Goedel.Tool.ASN/GenerateCS.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 5718680

Please sign in to comment.