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
[TestFixture] | |
public class Test1 | |
{ | |
[Test] | |
public async Task TestSavesThings() | |
{ | |
var result = await DoSomeAsync(); | |
Assert.True(result); | |
} |
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server -All | |
wsl --install | |
choco install microsoft-windows-terminal | |
choco install git | |
choco install dotnet | |
choco install nodejs | |
choco install visualstudiocode |
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
Set-WindowsExplorerOptions -EnableShowFileExtensions | |
Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server -All | |
cinst python2 | |
cinst git | |
cinst ravendb3 | |
cinst sql-server-2017 | |
cinst sql-server-management-studio |
OlderNewer