Frederik Gheysels
Frederik Gheysels
I've fixed it by creating a custom input-formatter. More info can be found [here](https://github.com/dapr/dotnet-sdk/issues/989#issuecomment-1620087083)
I'm currently no longer using coverlet.msbuild, but I'm using coverlet.collector and I'm using the arguments as mentionned by @Coder3333 . ```yaml - task: DotNetCoreCLI@2 displayName: 'Run testsuite' inputs: command: 'test'...
Looks like the mentionned PR (#3238) has been automatically closed. Any idea if this is something that is still on the radar ?
Would it be possible to disable this as well ?
Shall we do this together with the .NET 8 release ?
This might indeed be interesting. In the past, I've started creating a library that cover most of these things. It is found [here](https://github.com/fgheysels/Fg.IoTEdgeModule) I can clean it up, and then...
@Sdelausnay : are you looking for a template which can be used from VS.NET, and generates the basic C# class for a iotedge module with best practices applied ? Like,...
As I was [further investigating this](https://github.com/MicrosoftDocs/azure-docs/issues/99305), I learned that the VS.NET tools for IoT Edge modules are being deprecated / put in maintenance mode. https://github.com/microsoft/vs-azure-iot-edge-docs/issues/42 CLI templates seem to be...
I've started creating a basic template for iotedge modules on my own github account. Once everything is a bit more mature, I can transfer it to Arcus. https://github.com/fgheysels/Fg.IoTEdge.Template
> Waiting for 'missing members' support: [dotnet/runtime#37483](https://github.com/dotnet/runtime/issues/37483) Looks like that issue is fixed. Apparently, it helps when somebody puts a bit of [anger ](https://github.com/dotnet/runtime/issues/37483#issuecomment-1318350596) in his voice.