Robert William Vesterman

Results 25 issues of Robert William Vesterman

#### Is your feature request related to a problem? Please describe. No, I wouldn't say it's a "problem", but: At least for me, when VSTHRD111 happens, and I "Alt-Enter" to...

help wanted
analyzers
good first issue

I have the following class: ``` internal class WantedPage : WikiPage { internal WantedPage(WikiPage wikiPage) : base(wikiPage.Site, wikiPage.Title) { } } ``` It (and other classes like it) have been...

MediaWiki
bug: by design

I recently opened [this thread](https://forums.freebsd.org/threads/synth-rebuild-repository-question.78719/) on the FreeBSD forums asking about the expected behavior of answering "yes" when `synth build` asks you if you would like to rebuild the repository....

I'm (mostly) new to Lua. Over the past few days, I've created an account on luarocks.org, and starred various things that I wanted to look into later. Later is now,...

This morning, I woke up to find that none of my computers could get to the internet. Just to remind you of a bit of background info: About a year...

This is not really an "issue", but a question: When you do a ```synth status```, it says "Scanning entire ports tree". This step takes a long time (at least for...

I just tried using this library on a little stub of a class: ``` internal sealed class PortCategory(string name) : ComparableBase, IPortCategory { static PortCategory() { DefaultComparer = ComparerBuilder.For() .OrderBy(x...

The [description](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablesortedset-1.builder.unionwith?view=net-8.0#system-collections-immutable-immutablesortedset-1-builder-unionwith(system-collections-generic-ienumerable((-0)))) currently says that this function "Modifies the current set so that it contains all elements that are present in both the current set and in the specified collection."...

untriaged
Pri3
area-System.Collections

The "Using shpec" section of README.md has the following sentence: "If you'd like your tests to run automatically when they change, we recommend the entr utility". The "entr" is a...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to document this feature, comment to let us know (we'll work with you on...

needs triage