Sol Birnbaum
Results
2
issues of
Sol Birnbaum
`Set-TargetResource` populates `$ExisitingMembers` via FQDN (`$ExistingMembers = (Get-DfsrMember @Splat -ErrorAction Stop).DnsName`), which causes an error when `$DomainName` parameter is not populated and $Members parameter is not populated via FQDN. ```...
bug
help wanted
### Description When attempting to debug a .NET Isolated Azure Function on macOS using HTTPS, the debugger fails to attach. The `preLaunchTask` successfully starts the function host, but the extension's...