FireInWinter
Results
1
issues of
FireInWinter
The function _validateDotnetInstall tries to check if the .Net Core SDK is install by doing the following. ``` $application = Get-Command -Name dotnet if (!($application)) { throw '.NET Core 2.1...
closing-soon
feature-request
module/lambda-client-lib
needs-review