stan-sz
stan-sz
**Is your feature request related to a problem? Please describe.** With time some `disable-next-line` pragmas may get stale. **Describe the solution you'd like** Add a linter rule that would report...
The number of entries in `Packages.props` keeps growing. Can we have a way (ideally a build breaking message) that some entries are extraneous and not used elsewhere in the repo?
Related to #131, allow `dotnet list ./dirs.proj package --vulnerable` to list all vulnerable nuget dependencies for the entire traversal project, not just the `dirs.proj`.
Have the ability to report (warning or error to break build) when VersionOverride has the same version as central version in `Packages.props`, suggesting that the VersionOverride can be removed to...
**Describe the solution you'd like** mcr.microsoft.com is capable of storing helm charts. Since all images referenced in the helm chart are from mcr.microsoft.com, it would be coherent to have the...
Based on https://kubernetes.io/docs/reference/using-api/deprecation-guide/#psp-v125 `PodSecurityPolicy` is deprecated. Opening an issue to track replacement for it.
**Describe the request** Host the helm chart on mcr.microsoft.com **Explain why AAD Pod Identity needs it** mcr.microsoft.com is capable of storing helm charts. Since all images referenced in the helm...
**Describe the bug** String quotes are dropped from env variable values in a deployment. This causes apply to fail with: `Deployment in version "v1" cannot be handled as a Deployment:...
With .Net 7 support for [tar apis](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-4/#added-new-tar-apis), is it feasible to create an equivalent of ([Un](https://docs.microsoft.com/en-us/visualstudio/msbuild/unzip-task?view=vs-2022))[ZipDirectory](https://docs.microsoft.com/en-us/visualstudio/msbuild/zipdirectory-task?view=vs-2022) tasks for handling `.tar` files in the upcoming MSBuild release?
Fixes #7193 ### Context Enforce no unused usings in the code ### Changes Made ### Testing ### Notes