Meir Blachman

Results 121 issues of Meir Blachman

### Summary of the new feature / enhancement A powershell MCP server that exposes available modules and allows the client to execute powershell scripts and commandlets ### Proposed technical implementation...

Issue-Enhancement
Needs-Triage

added https://github.com/andrewlock/NetEscapades.EnumGenerators

make https://github.com/dotnet/orleans/blob/main/.editorconfig#L509C1-L509C48 ```diff # IDE1006: Required naming style -dotnet_diagnostic.IDE1006.severity = suggestion +dotnet_diagnostic.IDE1006.severity = warning ``` right now the code styles are not enforced. the only issue I see with enforcing...

https://devblogs.microsoft.com/visualstudio/new-simpler-solution-file-format/ Basically running the `dotnet sln migate` command. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln#migrate For this we need to upgrade the sdk in the global.json to 9

The source-generator at https://github.com/dotnet/orleans/blob/main/src/Orleans.CodeGenerator/OrleansSourceGenerator.cs is using the deprecated https://github.com/dotnet/roslyn/blob/main/docs/features/source-generators.md. We should be using https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md plan: - [x] add test project & CI for the existing source-generator - #9459 - [...

part of #9273 using https://gist.github.com/Meir017/d2ed51982055d8d2034d079739ef213c to generate a JSON files with statistics on the project to analyze and find inconsistencies on logging parameter names from today https://gist.githubusercontent.com/Meir017/d2ed51982055d8d2034d079739ef213c/raw/ad8044a75cf67b49deaef8a2032a8ad256e63803/loggers.json

### Nuget Package Json.More.Net ### Package Version latest ### Can this library make doing something simpler? this is a performance improvement, no change in features ### Describe alternatives you've considered....

enhancement
pkg:more

We should validate generated yaml pipelines against ADOs api. See the discussion here https://github.com/microsoft/azure-pipelines-yaml/issues/34#issuecomment-584253286 and the REST API endpoint https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/run-pipeline?view=azure-devops-rest-7.1 with the `previewRun` request body json property & `yamlOverride` which...

feature request
proposal

In some scenarios we use pipeline templates from external repositories To allow using the typed-parameter templates we would need a way to override the template's `TargetFile` property value (and add...

feature request