-
We've added a [nice API to add data to an event](https://github.com/getsentry/sentry-dotnet/pull/834/files) through the instance of the exception.
To extend that to add attachments, we have the pro…
-
[Job](https://mihubot.xyz/runtime-utils/EhxiddY) completed in 21 minutes 33 seconds.
https://github.com/dotnet/runtime/pull/109679
### Diffs
```
Found 268 files with textual diffs.
Summary of Code …
-
Could we have extension method onto `TraceSource` which exactly same as `ILogger`, but with no dependency on `ASP.NET`. So kind of reference free drop in replacement.
-
I am trying to execute the following module using python _3.12.4_ on _.NET 8_:
```
from fastembed import TextEmbedding
def generate_embeddings(documents: list[str]) -> list:
embedding_mode…
-
CosmosDB doesn't log to ILogger by default. We need to enable it. See https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-observability?tabs=dotnet for how to use the `AzureEventSourceLogForwarder` …
-
### Description
> A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
I created a very…
-
### Description
Since [this PR](https://github.com/ggerganov/llama.cpp/pull/9418) on llama.cpp, log levels are not anymore between 2 and 5 but between 0 and 4 [here](https://github.com/ggerganov/ll…
-
Hello, I seem to have found an issue with the library.
I could not find any root cause for the underlying issue. The error seemingly happens randomly.
I'd really like to use the library in my pr…
-
### What version of .NET does your existing project use?
.NET 6
### What version of .NET are you attempting to target?
.NET 8
### Description
After the migration to .NET 8, in order to use Signal…
-
Is it possible to ignore `ILogger` as a dependency when analysing the code for too many dependencies?
I get a warning that the class might be breaking the single responsibility principle but logging …