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

add support for nullable/optional properties #3

Merged
merged 7 commits into from
Sep 30, 2019

Conversation

richorama
Copy link
Contributor

A c# property like this:

public int? Foo { get; set; }

should emit this typescript

Foo?: number;

@coveralls
Copy link

coveralls commented Sep 20, 2019

Pull Request Test Coverage Report for Build 4

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.04%) to 99.18%

Files with Coverage Reduction New Missed Lines %
/src/CsToTs/TypeScript/Helper.cs 2 98.73%
Totals Coverage Status
Change from base Build 11: 0.04%
Covered Lines: 242
Relevant Lines: 244

💛 - Coveralls

@umutozel umutozel merged commit 3f28c88 into DogusTeknoloji:master Sep 30, 2019
@umutozel
Copy link
Member

Thanks!
Published with 1.3.9 NuGet.

@richorama
Copy link
Contributor Author

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants