Joseph Musser

Results 95 issues of Joseph Musser

Helpers for this end up in just about every project I work on. This would be equivalent to `task.IsCompletedSuccessfully.ShouldBeTrue()` (on .NET Framework, `task.Status.ShouldBe(TaskStatus.RanToCompletion)`) followed by `return task.Result;`. (`Task.Result` has no...

Enhancement
Up For Grabs

(and in the file name) https://github.com/benaadams/Ben.Demystifier/blob/8db93654c2869d3bc5ddb1462682f421c99a056b/src/Ben.Demystifier/StringBuilderExtentions.cs#L9

[`Span`](https://docs.microsoft.com/en-us/dotnet/api/system.span-1) is a [new .NET mainstay](https://msdn.microsoft.com/magazine/mt814808.aspx) that (I hope) will soon be everywhere. It'll let me make improvements I've been dying to do. `Span` and `ReadOnlySpan` are just two examples...

is:docs
design

## Visual Studio Version C# Dev Kit v1.7.27 in Visual Studio Code ## Summary This message is written in an unexpectedly casual style for software: ![image](https://github.com/dotnet/project-system/assets/8040367/bd89c661-467a-4fb2-982d-834b3d4211fe) 1. It's breaking an...

"⚠️ DAP231 SELECT for single row without WHERE or (TOP and ORDER BY)" is firing for [fn_listextendedproperty](https://learn.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-listextendedproperty-transact-sql). When the table-valued function has parameters, it's less likely that filtering is not...