Sam13

Results 19 issues of Sam13

# Question I have instrumented an ASP.NET core microservice with OpenTelemetry (ASP.NET core, HTTP client, SQL client instrumentations). Everything works well except that SQL client instrumentation does not deliver any...

question
comp:instrumentation.sqlclient

What about generating additional extension methods for optional properties which can be populated in any order after fluent builder was fully executed? Example: ```csharp [FluentApi] public class Student { [FluentMember(0)]...

theory crafting

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem NuGet ### Package manager version _No response_ ### Language version net6,...

T: bug 🐞
L: dotnet:nuget

When pushing NuGet packages via the following command it seems that the published NuGet artifacts are not included in the build info. The artifacts section of the specific module is...

question

**Is your feature request related to a problem? Please describe.** With v12 the usage `permission_target` resource fails with error because it's code was removed. The recommended usage of `platform_permission` (https://registry.terraform.io/providers/jfrog/platform/latest/docs/resources/permission)...

enhancement
wontfix

#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...

enhancement

When settings `iso_skip_local_cache = true` and `iso_url` points to a file on the local filesystem Packer fails with the following error: ``` No byte serving support. The HTTP server must...

bug

The documentation about `shutdown_command` optional behavior (https://developer.hashicorp.com/packer/integrations/hashicorp/qemu/latest/components/builder/qemu#shutdown-configuration) is incorrect. If left away and shutdown executed in the last provisioning script the QEMU machine will still be forcefully halted. A graceful...

bug

Relates to: https://github.com/devcontainers/ci/issues/188 `GITHUB_EVENT_PATH` is another GitHub action specific file which should be mounted into the devcontainer as already done for other files of this kind in https://github.com/devcontainers/ci/pull/219 See https://docs.github.com/en/actions/reference/workflows-and-actions/variables#default-environment-variables