DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### Summary of the new feature / enhancement `dsc.exe` will be a MCP server started as `dsc mcp`. It will support STDIO transport. This is to support future AI scenarios...
### Summary of the new feature / enhancement In [BICEP](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/loops) users can loop through a collection or object (dictionary). The [loop condition](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/loops#loop-with-condition) would also be very useful. These kind of...
# PR Summary Implements an optimized approach to discovering PowerShell resources using .NET with parallel processing and direct result synchronization. The previous approach using Get-ChildItem had unnecessary object overhead and...
### Summary of the new feature / enhancement Higher level tools want to help the user install resources that are needed if they don't exist (bootstrapping). It would be useful...
### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Summary...
### Summary of the new feature / enhancement As part of the authenticode scenario, once we have settings to handle signing of content (whether it's a warning or error), we...
### Summary of the new feature / enhancement > As a maintainer of DSC, > I want to have strongly defined types for the available settings/policy, > so that I...
# PR Summary Add `rustfmt` under `-clippy`. There is a new `-FmtFix` switch for `build.ps1` to automatically make formatting fixes, otherwise, CI will fail if rustfmt checks fail. Used a...
### Summary of the new feature / enhancement > As a contributor to the DSC repository, > I want to have a clear and consistent Rust code style across the...
# PR Summary If a configuration file, resources manifest, or the exe used by the resource manifest is not authenticode signed on Windows, you will get a warning message. Also,...