Skip to content

Commit

Permalink
Fixed to allow generated C# code to compile.
Browse files Browse the repository at this point in the history
The top level 'seq' 'block' has been renamed to 'blocks' since the generated 'Block' property conflicts with the nested type 'Block'.
Fix typos in switch cases num_arry/char_arry that didn't match with the enum values num_array/char_array.
  • Loading branch information
Arlorean committed May 23, 2020
1 parent aef8e7e commit 02ed104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs

0 comments on commit 02ed104

Please sign in to comment.