Sameera Perera
Sameera Perera
I had previously implemented this feature (and is still available in my fork https://github.com/sameera/AddAnyFile) as: - Based on the project type (CS/VB), the file name prompt will automatically append .cs/.vb...
@rayzorben Looks like https://github.com/Slion/VirtualDesktop is the most maintained fork. I was just able to build and run with VS 2022 on Windows 11 (Version 10.0.22621 Build 22621)
At a very high-level, the use case was to test that certain file operations are not being done over and over. So, we'd want our unit test to test that...
Closing the loop on this: I was able to achieve this using NSubstitute: ```C# // Setup a substitute to proxy MockFileSystem _fileSystem = Substitute.ForPartsOf(); // Setup a MockFile instance that...
Also posted on re:Post but have not gotten any responses. https://repost.aws/en/questions/QUthS6MQXKTMWxisPIgUkdTw/amplify-gen-2-with-nx-incorrect-framework-identification-for-backend-repo