Skip to content

Commit

Permalink
feat: new code generator for .NET (#567)
Browse files Browse the repository at this point in the history
Switch out to a new code generator for .NET languages that
is written in `typescript` directly as part of `jsii-pacmak`,
replacing the `C#`-authored one, and fixing a couple of code
generation issues on the way.
  • Loading branch information
rix0rrr authored and RomainMuller committed Aug 1, 2019
1 parent ac9367a commit c03e078
Show file tree
Hide file tree
Showing 336 changed files with 4,694 additions and 12,624 deletions.
1 change: 0 additions & 1 deletion fetch-dotnet-snk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ TMP_KEY="$TMP_DIR/key.snk"
echo $SNK_SECRET | jq -r .SecretBinary | base64 --decode > $TMP_KEY

cp $TMP_KEY packages/jsii-dotnet-jsonmodel/src/Amazon.JSII.JsonModel/
cp $TMP_KEY packages/jsii-dotnet-generator/src/Amazon.JSII.Generator/
cp $TMP_KEY packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime/

rm -rf $TMP_DIR
16 changes: 0 additions & 16 deletions packages/jsii-dotnet-generator/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/jsii-dotnet-generator/.npmignore

This file was deleted.

Loading

0 comments on commit c03e078

Please sign in to comment.