Nasdack
Nasdack
CC#
Created by cheeze2000 on 11/21/2024 in #help
Compiler warnings about unused variables
You can however configure IntelliSense or ReSharper to change its severity
9 replies
CC#
Created by cheeze2000 on 11/21/2024 in #help
Compiler warnings about unused variables
It is not a compiler warning, and you can't force it to be one
9 replies
CC#
Created by cheeze2000 on 11/21/2024 in #help
Compiler warnings about unused variables
You can configure the severity of this inspection
9 replies
CC#
Created by cheeze2000 on 11/21/2024 in #help
Compiler warnings about unused variables
b is already inspected and code analysis does tell that it is not being used
9 replies
CC#
Created by cheeze2000 on 11/21/2024 in #help
Compiler warnings about unused variables
The warning is issued if and only if the assigned value is a compile-time constant.
9 replies
CC#
Created by voidey on 11/12/2024 in #help
Wrong DataContext Inference?
the DataContext inside a DataTemplate isn't inferred from its parent control, which is InventoryView.axaml in your case. you can set a name for your view and use that name as ElementName in your binding parameters, or you can use some special syntax to explicity specify the data binding context, like here: https://github.com/AvaloniaUI/Avalonia/discussions/11339
19 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
and?
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
@Silme94
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
Did you try the code snippet I gave you?
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
The Convert method execution will finish before the loading completes so make sure you take care of that
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
This is a CPU bound synchronous process
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
You might also need to call BeginInvoke on ResizeControls()
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
32 replies
CC#
Created by MetalMallard on 10/22/2024 in #help
Apache dying on system cron job, but not everytime
I'm surprised you chose Apache instead of Nginx in the first place
7 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
Try catch the Convert method and see what exception pops up
32 replies
CC#
Created by Silme94 on 10/22/2024 in #help
Loading Form crashing (Windows Form)
A WinForms crashing indicates an exception
32 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
Send the rest of the code
34 replies
CC#
Created by MKM on 10/22/2024 in #help
Trying to get started with threads but UI thread giving cross thread exceptions?
No description
34 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
Same thing
33 replies
CC#
Created by Confident on 10/22/2024 in #help
Simple help in httpclient c#
Store and retrive them in a file somewhere, or use env secrets
33 replies