Justin Adler

Results 40 issues of Justin Adler

👋🏻 G'Day! Problem: It's not _easy/obvious_ to see/know what your connection is to a PROD or DEV Database. This means it's _easier_ to risky sql queries without taking extra special...

In Dec 2023, VSCode received the ability to detach their tabs into separate floating windows. This would be really beneficial for ADS if we could "drag out" the results window...

Area - Query Editor
Enhancement
Triage: Done

Hi DDD/SB Team 👋 Swashbuckle is upset 😢 It's cold and naked. So lets wrap it up in a lovely icon! It's great for the readme branding and also for...

p3
help-wanted

TestContainers accepts the experimental option of "Reuse" to help save you (startup) time. An example of this is on each one of our developer machines, where we're constantly running tests...

### Problem First linked/referenced in #1165 Shoutout to @0xced Context: MS-SQL containers + xUnit / testing One of the frustrating things with running DB tests and test containers is that...

enhancement

This is a discussion about the release of version 6.2, which I'm _guessing_ is the next release. ## Checklist - [ ] Confirm list of items/issues to include in the...

When I have some hierarchies of items, sometimes I wish to define a way to create these child items. Looking at the [Hierarchies wiki](https://github.com/nbuilder/nbuilder/wiki/Hierarchies) it looks like this can be...

`GetRandom` is hella useful for creating fake data on the fly when using `Builder`. eg. ``` public static IList CreateUsers(int numberOfUsers = 20) { return Builder.CreateListOfSize(numberOfUsers) .TheFirst(1) .With(x => x.Id,...

Up For Grabs

👋🏻 G'day - would be really helpful/nice to include some sample code to include/exclude any exception information if the environment is _not_ `IsDevelopment()`. if it `IsDevelopment()` then we can see...

Source - Docs.ms
doc-idea