Skip to main content
0 votes
0 answers
28 views

I am trying to write an incredibly simple C# console application that will just post a single tweet on my twitter on my behalf. I have a developer account and read the reference, including the parts ...
user107586's user avatar
0 votes
0 answers
30 views

my function i can send everything including pictures too but this array i cant send it. the logic is this via this i wannna know how manny images he removed or if the user changeed the main image from ...
Ali Sedghi's user avatar
0 votes
0 answers
13 views

I am using Godot Mono 4.5.1 stable, and am trying to get Facepunch.Steamworks working. I specifically run into the error E 0:00:02:363 Steamworks.SteamAPIInitResult ... /usr/lib/dotnet/shared/...
ultrabluehuman's user avatar
1 vote
0 answers
38 views

I am using a WPF DataGrid with MVVM approach. The ItemsSource of the DataGrid is bound to an ObservableCollection of something which has an Id and an ObservableCollection of strings. I want the Id to ...
wolfoe's user avatar
  • 11
1 vote
1 answer
77 views

If I select something and then type quotes, it doesn't replace as expected, it just puts quotes around the selected text. select type one quote (") instead of the expected or How do I ...
ispiro's user avatar
  • 28k
0 votes
0 answers
53 views

hi everyone first of all i did what i all know but it doesnt work services: hotelreservationapi-presentation: image: hotelreservationapi-presentation:latest build: context: ./...
Heansy PG's user avatar
4 votes
3 answers
97 views

I am on a quest to understand the nullable reference type system in C# (well, I guess the non-nullable reference types are the unique part). The mechanics of this particular situation are totally lost ...
ChromaKey's user avatar
0 votes
0 answers
31 views

this is gonna be a long one so if you help me i would really appreciate it. i have a page where both create and update product is. my create page works find but i want this page to do update too so ...
Ali Sedghi's user avatar
-1 votes
1 answer
50 views

My habits have been ruined lately since a windows update (it seems) corrupted a file in .Net Framework, named clr.dll, preventing Visual Studio 2019 from launching (and not only that software). It ...
grimoiredark's user avatar
-1 votes
0 answers
31 views

I am creating a 2D game inspired by both Papers Please and Not my neighbour. At the moment I have a character which appears onto my screen and is meant to present documents which I am then able to ...
Adelija Zaveckaja's user avatar
1 vote
1 answer
29 views

I have a custom task written in C#. This custom task has an argument defined like this: public required string[] StringArray { get; set; } Then in a .csproj file I have these definitions: <...
Marcel V.'s user avatar
  • 302
1 vote
0 answers
61 views

I'm trying to read a log file that was written from a custom ILoggerProvider in a dotnet application: HostApplicationBuilder builder = Host.CreateApplicationBuilder(); builder.Logging.ClearProviders();...
Paul's user avatar
  • 3,974
0 votes
0 answers
35 views

I am maintaining a legacy hybrid application (Main App is WinForms, hosting WPF UserControls via ElementHost). The Problem: When opening a WPF Modal Window (Window.ShowDialog()) from the WinForms main ...
panaceya's user avatar
-1 votes
0 answers
66 views

I have a C# program, and I am using Microsoft Visual Studio. I have been able to build and run the program without any issue for a long time. Now, unexpectedly I get this error: I:\source\megaSearch\...
xarzu's user avatar
  • 9,619
0 votes
0 answers
64 views

I'm trying to add tests to my MAUI app. I added the xUnit test project to a separate namespace. The tests only run in the terminal with the dotnet test command. If I use the test explorer, it doesn't ...
magister's user avatar

15 30 50 per page
1
2 3 4 5
108260