Manuel Menegazzo

Results 70 comments of Manuel Menegazzo

Can we make more restrictive rule? Making your code smoother and more consistent makes editing easier and it makes contributing easier....

ruleset is deprecated: https://learn.microsoft.com/en-us/visualstudio/code-quality/use-roslyn-analyzers?view=vs-2019#convert-an-existing-ruleset-file-to-editorconfig-file Can i covert it in a .editorconfig?

Why will it be left uncovered if netcoreapp3.1 has been removed? This pull, without .NET 3.1 SDK, already build netstandard2.0 and netstandard2.1 libraries build log of pull -> https://github.com/kubernetes-client/csharp/runs/8085624502?check_suite_focus=true#step:5:39472 I...

I'm not understanding what the problem is. From what I know and I have checked (lib version 9.0.25): | Target Framework | Supported by project | SDKs that can compile...

You can add the option to the project configuration file. Example of `file.csproj` ``` xml net5.0 true CopyUsed ``` After that the command `dotnet electronize build /target win` produce a...

Hi @drowhunter, here is the issue that talks about the new version -> #710

Hi, You didn't specify the type of package, but is required ([DOC](https://github.com/marketplace/actions/delete-package-versions#delete-multiple-specific-versions-of-a-package)) You can try add the type of package: `package-type: nuget` Updated script ``` name: Delete Old CI Builds...

I checked with the latest version of dapr, created a k3d cluster and deployed dapr with the command `dapr init -k` and with command `dapr init -k --enable-ha=true `, ran...