DSC
DSC copied to clipboard
This repo is for the DSC v3 project
### 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 Apple doesn't like binaries not notarized so ./dsc will not launch on MacOS. This is after downloading the release files via github....
### Summary of the new feature / enhancement As a security precaution, dsc should probably check for mark-of-the-web for: - configurations - resource manifests - executables used by a resource...
### Summary of the new feature / enhancement Windows differentiates GUI and console apps where GUI apps don't have a corresponding console created and thus `dsc` can't talk to it...
### Summary of the new feature / enhancement A configuration may require parts to be elevated and also parts to be restricted. This is already supported for the whole doc...
### Summary of the new feature / enhancement > As a contributor to DSC, an integrating developer, and a DSC Resource author, I want to be able to use consistent...
# PR Summary This PR adds a function to the build script to upload the assets related to Windows machines to the winget-pkg repository. ## PR Context The function grabs...
# PR Summary ## PR Context
### 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 Currently, when `dsc` calls `export`, for each returned instance, it generates the `name` property as an incrementing value prefixed by the resource...