-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes in CSharp generator - so updating to 0.0.6
Fixed bug in CSharp generator not adding handling query params correctly. Added support for optional query parameters. Fixed bug in CSharp where an operation has multiple successes - the nth+1 success reponses would be incorrect. Reordered usings in CSharp generator so System first as per MS team guidance. Some minor cleanup. Added new sample data. Fixed spelling in sample data readme
- Loading branch information
Showing
28 changed files
with
2,084 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 0.0.5.{build} | ||
version: 0.0.6.{build} | ||
skip_tags: true | ||
os: Visual Studio 2015 | ||
configuration: | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.