Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New .NET Generator with new expected files #567

Merged
merged 20 commits into from
Aug 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9afc00
New .NET Generator for jsii
Jun 17, 2019
9aa30ea
Adding the new exepected diff file for the new .NET Generator
Jun 17, 2019
f387ae8
Updating the attribute generator to emit the deprecated message
Jun 17, 2019
47f9b4e
Updating the expected diff to include the new Obsolete attribute
Jun 17, 2019
52064d5
Removing the dotnet-generator package from jsii-pacmak/package.json
Jun 18, 2019
613de25
Merge from master, fix conflicts and add stability to csproj
Jun 20, 2019
00b4c5f
Merge from master and incorporating enum case changes
Jun 21, 2019
e9bc28b
Merge remote-tracking branch 'origin/master' into hamzaad/dotnet-gene…
RomainMuller Jun 25, 2019
01c1302
Merge from master for v0.12.1 and version prefix introduction for csproj
Jun 26, 2019
677645d
Removing merge conflict reference to the old generator for .NET
Jun 26, 2019
beb5efa
Refactoring and adressing PR comments regarding null checks
Jun 27, 2019
060a34b
fix(pacmak): fix .NET generated .csproj files using incorrect version…
Jul 22, 2019
97e593f
Multiple bug fixes around nested namespaces and doc generation
Jul 25, 2019
0634063
Removing some useless directory creation code
Jul 25, 2019
825063a
Merge from master for new .NET Generator and version 0.14.2
Jul 25, 2019
99bcba5
Remove now private GeneratorOptions from the new .NET Generator
Jul 25, 2019
68f6790
New .NET Generator regen of expected files
Jul 25, 2019
cf34a8a
New .NET Generator: update to ComplianceTests
Jul 25, 2019
a121402
Refactoring and regen of expected .NET Files - also fixing a datatype…
Jul 31, 2019
42a3f8b
Remove some implemented TODOs
Jul 31, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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