d59627f9ae
Resolving #3242 At this point, user account is created even if user attributes assignment (like setting password) fails. The cmdlet throws a non-terminating error but ends up creating the user. This behavior is confusing. As per the changes, the localuser account will be rolled back in case of failure in user attributes assignment. |
||
---|---|---|
.. | ||
csharp | ||
fullclr | ||
powershell | ||
PSReadLine | ||
shebang | ||
tools | ||
vs-csproj | ||
map.json | ||
README.md |
Testing
The tests are organized by testing language. Thus Pester tests, which are written in the PowerShell language, are in ./powershell and xUnit tests, written in C#, are in ./csharp. The sanity tests for the Full .NET build of PowerShell are in ./fullclr, and the third-party shebang test is in ./shebang.