I just absolutely love that so many drummers go to @drumeo to share their stuff, and how us how even the pros struggle with fresh tracks! but the thing I love most is an artist that cares so deeply about sharing their teachings with an audience of aspiring drummers
@JetBrainsRider Doing add new project from solution folder ctx menu in solution explorer used to include the solution folder path in the project directory path by default, now I have to remember to add it manually
hey @JetBrainsRider, why do my project directories default to the solution directory I'm creating the project in any longer? is there an option somewhere to re-enable this behavior?
@davidfowl I've actually never found out how to deploy from GitHub actions, each time I look into it the documentation assumes I already know what I'm doing
@codeopinion I only really query for aggregates when I am making changes to the domain, otherwise I query for the projection/view I need for my exposed API surface
@davidfowl This is actually the only use of llms that makes me wish I wasn't so ethically against them. A database you can have a conversation with is an absolute advancement
I want to reference a #dotnet macOS (net8-macos) from a #dotnet8 proj (net8) and load it only when running on macOS - it requires my main proj to target net8-macos, how do I fix that?