Paul "Code Grump" Turner
Paul "Code Grump" Turner
- Windows 10 - awesome-typescript-loader 5.2.1 When the loader is writing to the webpack log, I get a strange prefix on its lines: > ``` > clean-webpack-plugin: C:\Users\Paul\Source\Repos\SecurEnvoy\Main\Identity\wwwroot\dist has been...
Removes the generated codebehind files from the project structure. Generated files are now written to a subdirectory in the _/obj/_ folder. - Change MSBuild targets for build and clean to...
### 🤔 What's the problem you're trying to solve? In the Reqnroll project https://github.com/reqnroll, I am implementing a Roslyn-based source generator. As this runs as part of the IDE as...
### 🤔 What's changed? Adds new Roslyn-based source generator to convert feature files into executable tests. ### ⚡️ What's your motivation? ### 🏷️ What kind of change is this? -...
### 👓 What did you see? The following exception is thrown: ``` Message: System.NullReferenceException : Object reference not set to an instance of an object. Stack Trace: GherkinLine.GetLineText(Int32 indentToRemove) Token.GetTokenValue()...
### 🤔 What's changed? This adds a new project `Reqnroll.CodeAnalysis.Gherkin` which provides a lossless syntax tree and a parser implementation intended for use with code generation, code-analysis and code-fix implementations...
### 🤔 What's changed? This branch contains multiple Roslyn-centric extensions for Reqnroll. The implementation is basic and only covers the C# language, but could be extended to do more. -...
### 🤔 What's changed? Converted our primary solution file to the new SLNX format. ### ⚡️ What's your motivation? This keeps us up-to-date with current .NET technology and gives us...
### 🤔 What's changed? Add support for calling DisposeAsync on objects managed by ObjectContainer. This supplements the existing Dispose support: - If an object implements `IAsyncDisposable`, its `DisposeAsync` method will...