microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
522 stars 518 forks source link

Fix the location of the WordList.txt resource when reading from assembly. #247

Closed dorChuck closed 4 years ago

dorChuck commented 5 years ago

I was unable to run the git example "PushesSample.cs". It was getting an exception when attempting to load the resource file WordList.txt. I corrected the location so it would run without an exception.

vtbassmatt commented 4 years ago

I'm sorry for the long delay in responding. If you'll retarget this PR at main I'll be happy to merge it.

dorChuck commented 4 years ago

I'm sorry for the long delay in responding. If you'll retarget this PR at main I'll be happy to merge it.

No problem. I've retargeted the PR to main.
Thanks.