Richard Murillo

Results 26 issues of Richard Murillo

Could not load project NewProjectFormat (new MSBuild .csproj are not supported, unload them first): ``` System.NullReferenceException: Object reference not set to an instance of an object. at NuGetReferenceSwitcher.Presentation.Models.ProjectModel.LoadReferences() at NuGetReferenceSwitcher.Presentation.ViewModels.MainDialogModel.GetAllProjects(IEnumerable`1...

I have projects with many packages, and finding them in a large list can be time consuming. Happy to implement if you're willing to take the feature.

When registering the iBeacons with SmartThings through BeaconThings, the beacons are always registered as `BeaconThings--`. > ``` > def beaconId = "BeaconThings" > if (beacon.major) { > beaconId = "$beaconId-${beacon.major}"...

**Is your feature request related to a problem? Please describe.** The experience is clunky when using DevSkim. I either use the command line and output a SARIF file, then use...

enhancement

**Is your feature request related to a problem? Please describe.** There is a docker container run for Linux, but the action is not available on Windows. **Describe the solution you'd...

enhancement
backlog

This is to help dogfood the Effective C# Analyzer package

dependencies
releasable
build

Add SuperLinter base configuration ## Summary by CodeRabbit - **New Features** - Introduced an automated linting workflow to enhance code quality checks during development. - **Impact** - The new linting...

github_actions
releasable

> It feels like this code shouldn't be needed? I haven't gotten to the usage yet, but assuming we do need this, it feels like we should file + link...

help wanted
triage
analyzers

Benchmark support added in #109, this should be expanded to all analyzers. Once all analyzers have benchmark baselines, the baseline file from #119 should be moved forward to evaluate performance

housekeeping
.NET

Analyzer Moq1200 is incorrectly firing in the following case ```csharp public interface IFoo { Task DoSomethingAsync(); } var mock = new Mock(); mock.Setup(foo => foo.DoSomethingAsync().Result).Returns(true); ``` The analyzer indicates the...

bug
.NET
analyzers