pox
pox
CC#
Created by Mango on 12/21/2023 in #help
✅ Getting error when installing CSharpier globally
No description
21 replies
CC#
Created by Kiel on 10/23/2023 in #help
❔ Reducing Result-pattern annoyances
You can use something like the "TryParse" pattern if you want
9 replies
CC#
Created by ~VillainZ~ on 10/7/2023 in #help
❔ Where to start
Learn by doing is great, start slow. Learn to search for help etc. There is so much free stuff
11 replies
CC#
Created by XD on 9/19/2023 in #help
❔ Is there a way to make this more cleaner?
I tend playaround in the brower using inspect, and find something that works
48 replies
CC#
Created by XD on 9/19/2023 in #help
❔ Is there a way to make this more cleaner?
em
48 replies
CC#
Created by wwww on 9/6/2023 in #help
✅ TESTING
Does it matter how you group them?
14 replies
CC#
Created by Sossenbinder on 8/27/2023 in #help
❔ xUnit single setup and teardown
https://gist.github.com/JockeM/ed9bf59077d16a57b59f2a9b2ffc358c not sure if the syntax is 100% correct but something like this is what we do
11 replies
CC#
Created by Sossenbinder on 8/27/2023 in #help
❔ xUnit single setup and teardown
So what we do is we create a couple of "base" fixtures. Then per tests collection or what we need we inherit that base and edit the stuff we need. I can show an basic example
11 replies
CC#
Created by Sossenbinder on 8/27/2023 in #help
❔ xUnit single setup and teardown
Yes you want to use a fixture. You can also add IAsyncLifetime to T if you need async setup / cleanup
11 replies
CC#
Created by Uchuu on 7/2/2023 in #help
❔ ASP.NET Core Custom Font Not Applied
Btw you can change to a wildcard pattern inside wwwroot
8 replies
CC#
Created by SWEETPONY on 6/6/2023 in #help
❔ How to avoid multiple loop of collection?
The empty one seems abit wierd btw, its always gonna be a list of (TimeSpan.Zero, TimeSpan.Zero)
3 replies
CC#
Created by Kitty on 5/13/2023 in #help
❔ Swagger does not generate schemas
Could also change the return type to Task<ActionResult<WeatherForecastClass>>
4 replies
CC#
Created by gio735 on 3/19/2023 in #help
✅ IServiceCollection.Confgure<> not working
11 replies
CC#
Created by antimatter8189 on 3/11/2023 in #help
❔ How would you write this service better?
db reads are not that expensive, normally you want to avoid using a cache
23 replies
CC#
Created by M B V R K on 1/17/2023 in #help
❔ How to disable an Exception Filter for a specific Action in ASP.NET Core?
Check if you can find action or something inside context
3 replies
CC#
Created by Drajzer on 1/17/2023 in #help
❔ .exe dont work
🙂
54 replies
CC#
Created by Drajzer on 1/17/2023 in #help
❔ .exe dont work
Can you share the code?
54 replies
CC#
Created by Drajzer on 1/17/2023 in #help
❔ .exe dont work
hahaha
54 replies
CC#
Created by Drajzer on 1/17/2023 in #help
❔ .exe dont work
Depending on how you built it you would need the dlls
54 replies
CC#
Created by RDasher on 12/15/2022 in #help
✅ Adding class to .csproj file
You can create some dotnet specific things using dotnet new
14 replies