This repository was archived by the owner on Sep 27, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 28
Add support for generating the C# SDK assembly using CSC.exe on Windows PS #312
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
39 changes: 0 additions & 39 deletions 39 PSSwagger/PSSwagger.Azure.Helpers/PSSwagger.Azure.Helpers.psd1
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions 141 PSSwagger/PSSwagger.Azure.Helpers/PSSwagger.Azure.Helpers.psm1
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider separating this fix if a 0.2.1 hotfix release sounds correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by "if a 0.2.1 hotfix release sounds correct."?
We should not use $PSScriptRoot for importing the PSSwaggerUtility module. I am not sure, how a hotfix will fix this without removing below line.
Import-Module '$PSScriptRoot\PSSwaggerUtility'There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If releasing a 0.2.1 hotfix to gallery sounds correct to resolve this breaking issue, consider separating this fix from the CSC changes. Otherwise, to fix this issue, we will have to release the CSC changes as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change doesn't qualify to be hotfix for PSSwagger module as this line just writes an Import-Module error in verbose stream and it wont block the cmdlet execution. I am planning to release the new versions of our modules after enabling latest AutoRest support.