DSC icon indicating copy to clipboard operation
DSC copied to clipboard

This repo is for the DSC v3 project

Results 305 DSC issues
Sort by recently updated
recently updated
newest added

### 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...

Issue-Enhancement
Needs Triage

### 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...

Issue-Enhancement
Needs Triage

# 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...

Issue-Enhancement
Needs Triage
Partner-WinGet

### 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...

Issue-Bug
Need-Review
Area-Bicep

### 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...

Issue-Enhancement
Needs Triage

### 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...

Issue-Enhancement
Schema-Impact

# 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...

Issue-Enhancement
Needs Triage

# 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,...

Doc-Impact