ero

Results 39 issues of ero

In `ColorRange.ComputeColorizersColorRanges`, the colorizer checks the `TraceEvent`'s `Texts` property: https://github.com/smourier/TraceSpy/blob/537c9f3814af88de897ea8389de1ad4088c88207/WpfTraceSpy/ColorRange.cs#L46-L78 `TraceEvent.Texts` is set when `TraceEvent.Text` changes: https://github.com/smourier/TraceSpy/blob/537c9f3814af88de897ea8389de1ad4088c88207/WpfTraceSpy/TraceEvent.cs#L41 As you can see here, `Texts` is the traced text, split by line...

### Description I have noticed for a while now that when the extension is enabled, visiting any Twitter page (this could just be home, or any other direct Tweet), the...

## Description It would be great if we had a command to fetch the descriptions of given error or warning messages such that when a user only provides the code,...

proposal

Type: Feature Request ### Description When opening a C# project with Visual Studio Code and opening one of the source code files within a short amount of time, correct syntax...

Bug
Triaged

### Issue Description This seems to be an edge case that has not been noticed. In a top-level file, a brace-scoped `using` declaration with an object initialized which contains a...

### Description This PR changes this repo's `.csproj`s to use .NET's modern SDK-style project kind. ### Changes - Convert projects to SDK-style. - Delete `Properties/AssemblyInfo.cs` in favor of auto-generating it....

## Motivation I have been looking for a tool to help me generate documentation for my .NET library from its XML documentation comments for a while now. I was considering...

fundamental

## Description As mentioned by @yufeih in https://github.com/dotnet/docfx/discussions/9717#discussioncomment-8563299, the use of `NewtonSoft.Json` in this library is due to the age of it. That's understandable. However, using .NET's own `System.Text.Json` namespace...

fundamental

### Description `dotnet format` (partially) outputs in the system language despite setting `$env:DOTNET_CLI_UI_LANGUAGE="en"`. Other commands like `dotnet --info` do change with this variable set.

Hello everyone. I have some questions about getting my build to work the way I want. The issue appears fairly complex and I have been unable to receive any help...