Mango
Mango
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
Sometimes things bug out
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
All good no problem
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
@Cube Are ya all good?
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
Feel free to @ me in Discord if restarting the editor does not fix it
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
Things like that can be user error based on settings, or sometimes it just happens. Restart the editor is the first step in troubleshooting it for me
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
If you delete W and W still works that appears you are running an old version of your game
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
Ensure that you have your latest scene selected as well
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
Have you tried restarting the editor?
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
You may be running an old build
17 replies
CC#
Created by Cube on 3/19/2025 in #help
✅ Why is it not working
i deleted the W input to check if it does something and it didnt yet player was still moving when i pressed W.
Is this the only area of code you have where there is inputs?
17 replies
CC#
Created by ~𝓢𝓪𝓻𝓲𝓾𝓼~ on 3/19/2025 in #help
Entity Framework Entity Saving
np
27 replies
CC#
Created by ~𝓢𝓪𝓻𝓲𝓾𝓼~ on 3/19/2025 in #help
Entity Framework Entity Saving
$codegif
27 replies
CC#
Created by Dyda on 2/25/2025 in #help
✅ FluentAvaloniaUI ComboBox
Set the DataContext in your DataTemplate. Your ComboBox should already be inheriting the same DataContext as Grid do this #Grid thing seems useless
6 replies
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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
CC#
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
CC#
Created by Mango on 1/23/2025 in #help
How do I write integration tests
My test worketh now
157 replies