Ryan Thomas

Results 8 issues of Ryan Thomas

**Do you want to request a *feature* or report a *bug*?** *Feature* **What is the current behavior?** The transform pipeline does not respect/load/merge existing input source maps with generated source...

Related: https://github.com/Microsoft/AppCenter-SDK-React-Native/issues/137 **Issue:** The pre/post scripts that are run as part of the `react-native link` command use hard coded paths and fail to find the project locations if they are...

feature request

Currently the webjobs sdk only appears to support distributed tracing when explicitly using the webjob application insights logger. Using the open telemetry SDKs, including the AzureMonitor exporter which writes to...

Feature

#### Feature Request Currently the webjobs SDK only provides extensions to configure webjob services against the older `IHostBuilder` types. Support should be added for configuring the webjobs against the newer...

**Problem:** Currently the application insights logger maps the dotnet LogLevel enum value to an application insights specific SeverityLevel. This mapping is not one-to-one, as multiple log levels (Debug, Trace) [get...

enhancement

Related to bug #552. See [the initial comment for this request here](https://github.com/googleads/google-ads-dotnet/issues/552#issuecomment-2192422734). **Problem:** The underlying .NET library SocketsHttpHandler has a pooled connection idle timeout setting that cannot currently be configured...

enhancement

Disclaimer: My `C` & `make` skills are _really_ rusty so I apologize if I'm misreading the config. Looks like mednaffe is using gtk 3.22 which a google search tells me...

**Problem** The webjob specific app insights logger implementation [currently creates both an ExceptionTelemetry and a TraceTelemetry when the logging call has both an exception and a formattedMessage](https://github.com/Azure/azure-webjobs-sdk/blob/784f3583dfb8a0033e09f3c77b8ac9cd410c60f1/src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/ApplicationInsightsLogger.cs#L200). This is causing...