Eli Arbel
Eli Arbel
**Is your feature request related to a problem? Please describe.** Writing a long chain of Bicep functions is much harder to do, compared to C#. For example: ```bicep var x...
**What happened**: Currently the only option to add a node pool in an ARM template is by creating a separate child resource (`.../providers/Microsoft.ContainerService/managedClusters/aks1/agentPools/p2`). This presents a problem when trying to...
### Type of issue Missing information ### Description I think the "caller information" link should point to https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/caller-information The current page says "We're no longer updating this content regularly" True...
### Type of issue Typo ### Description When setting the `matchTimeout` parameter a `TimeoutException` can be thrown. ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.enumeratematches?view=net-9.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Text.RegularExpressions/Regex.xml ### Document Version Independent...
According to the comparison page Istio ambient is in beta: https://github.com/istio/istio.io/blob/582584046106f0c41fc61c830414e7bbf247657e/content/en/docs/overview/dataplane-modes/index.md#L132C1-L135C1 However, the following post says it's GA since 1.24: https://istio.io/latest/blog/2024/ambient-reaches-ga/
### Type of issue Typo ### Description See https://github.com/dotnet/orleans/pull/9148 ### Page URL https://learn.microsoft.com/en-us/dotnet/orleans/implementation/testing ### Content source URL https://github.com/dotnet/docs/blob/main/docs/orleans/implementation/testing.md ### Document Version Independent Id 4f2f9322-7a02-15e2-8c8c-ee18e975b8a6 ### Platform Id 599e15f0-272c-f4d9-6637-dd33285e04ad ### Article...
The only way I could find to set a response timeout for a specific operation was using the `ResponseTimeout` attribute. We's like to be able to specify this value from...
I'm seeing the following exception during component detection of a pnpm lock file: ``` ##[error]Failed to read pnpm yaml file /__w/1/s/pnpm-lock.yaml System.Collections.Generic.KeyNotFoundException: The given key '@x/y@link:../Y' was not present in...
### Is your feature request related to a problem? Please describe. `grpc-tools` uses `node-pre-gyp` to fetch platform-specific binaries at install time. In build environments with an outbound-traffic allow-list this download...
Fixes #342 ## Changes Please provide a brief description of the changes here. ## Merge requirement checklist * [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/CONTRIBUTING.md) guidelines followed (license requirements, nullable enabled, static analysis, etc.)...