Stefan Pölz

Results 20 issues of Stefan Pölz

I just started exploring `Microsoft.CodeAnalysis.Completion.CompletionProvider`, and I am a bit lost when it comes to testing - where so far `Microsoft.CodeAnalysis.Testing` helped me out with _Analyzers_, _Fixers_, _Refactorings_ and _Generators_...

Area-MS.CA.Testing
feature-request

Initial implementation for `Sentry.Extensions.Logging` Initial integrations for - `Sentry.AspNetCore` - `Sentry.Maui` Logs: https://develop.sentry.dev/sdk/telemetry/logs/

Logs

supersedes #4290 ``` git clean -fdx dotnet pack ./src/Sentry/Sentry.csproj --configuration Debug ``` before: `error : Could not find a part of the path './sentry-dotnet/src/Sentry.SourceGenerators/bin/Release/netstandard2.0'` after: `Build succeeded` --- #skip-changelog

Repository Maintenance
.NET
Roslyn

Add support, API and integrations for Sentry Logs - https://docs.sentry.io/product/explore/logs/ - https://develop.sentry.dev/sdk/telemetry/logs/ DRAFT: WORK IN PROGRESS

### Description We don't know under which environment the user is hosting Roslyn when building a project that depends on `Sentry`. - .NET SDK version - "Full"-Framework MSBuild - custom...

.NET
Improvement
Roslyn

### Description ### Summary - Consider changing implicit `Default` to explicit `All` - alternatively, we could also just enable a specific subset of rules - consider disabling specific rules that...

Repository Maintenance
.NET
Improvement

### Description Recently, we run into issues with Sentry-package-consumer builds on _Windows_ via _Visual Studio's MSBuild_ and/or the .NET SDK bundles with _Visual Studio_: #4141, #4292 Let's improve and continuously...

Repository Maintenance
.NET
Tests
Windows

"data" set via `TransactionTracer.SetData` is not written to "Data" of the Trace-Context, and does not get copied over to `SentryTransaction` when created from the tracer. But "data" set via `TransactionTracer.Contexts.Trace.SetData`...

Bug
Product: Tracing

Similar to #645. We currently publish all (currently 16) NuGet packages, which are versioned together, in a single publish step. In some cases, this has caused reentrancy problems, when NuGet.org...

### Description We do document the usage of `appsettings.json` for ASP.NET Core. But we do not document the usage of `Web.config` for ASP.NET (.NET Framework). Let's add a basic example...

.NET
Docs