Skip to content

Commit c03e078

Browse files
rix0rrrRomainMuller
authored andcommitted
feat: new code generator for .NET (#567)
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.
1 parent ac9367a commit c03e078

File tree

336 files changed

+4694
-12624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+4694
-12624
lines changed

fetch-dotnet-snk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ TMP_KEY="$TMP_DIR/key.snk"
5050
echo $SNK_SECRET | jq -r .SecretBinary | base64 --decode > $TMP_KEY
5151

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

5655
rm -rf $TMP_DIR

packages/jsii-dotnet-generator/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/jsii-dotnet-generator/.npmignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)