You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
Add support for generating the C# SDK assembly using CSC.exe on Windows PS. (#312)
Latest version of AutoRest generates C# 6 code. Add-Type on Windows PS doesn't support compilation of C# 6 code.
Made required changes to leverage the CSC.exe for generating the C# SDK assembly on Windows PowerShell.
Additional changes
- Updated readme and run-tests.ps1
- Removed stale source code files under PSSwagger.Azure.Helpers folder.
- Removed `Import-Module '$PSScriptRoot\PSSwaggerUtility'` usage for PowerShellCore.
if ($codeReflectionResult.ContainsKey('VerboseMessages') -and$codeReflectionResult.VerboseMessages-and ($codeReflectionResult.VerboseMessages.Count-gt0)) {
0 commit comments