Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Mango
Posts
Comments
C
C#
•
Created by rado on 1/31/2025 in
#help
Problem with azure and winforms
Your connection string isn't returning a value, and your variables aren't being created by the time you try to use them
15 replies
C
C#
•
Created by rado on 1/31/2025 in
#help
Problem with azure and winforms
I'd watch a video tutorial or something although I don't recommend WinForms.
15 replies
C
C#
•
Created by rado on 1/31/2025 in
#help
Problem with azure and winforms
Can you post a screenshot or the entire method of AdminAddCategories line 14
15 replies
C
C#
•
Created by rado on 1/31/2025 in
#help
Problem with azure and winforms
Something at AddCategories.cs line 14 does not exist. Can you share the entire method that line 14 is in?
15 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
No interfaces it uses base classes and the base was sealed which caused an issue but luckily Polly made this .Empty
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Had to return ResiliencePipeline<T>.Empty but then that throwing exception messed me up btw
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
My test worketh now
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Woo
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Its a me issue our code has if the pipeline is empty throw new NotImplementedException
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Oh ffs
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Im following polly's docs on it but I gotta be doing something wrong
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
The base class is sealed so I am having issues with it
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
@Pope @Zaneris either of you have experiencing with mocking a polly resiliency pipeline?
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Which requires me to setup like another 5 dependencies
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Im currently mocking factory 2/10 wooo
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Do I not have to mock it?
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
My client requires it and tries to use it
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Doing ILogger is gonna be weird
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
Internet looks like its telling me I can make an actual instance now but just sanity checking
157 replies
C
C#
•
Created by Mango on 1/23/2025 in
#help
How do I write integration tests
I have to make an actual instance of it right I can't use substitute and somehow insert these other mocks
157 replies