โ .NET 8, EF Core, Fluent API - Schema definition is ignored when accessing via DbSet
anyone want to make an exucutor for Roblox
Blazor Forms and Different Sessions
Create data during EF6 migrations
System.AggregateException in TCP requests
โ EFCore issues when removing an entity,
SocketException, TCPListener, TCPClient reason?
SocketException
when opening a TCPListener
+ TCPClient
@ IP 127.0.0.1
, Port 5089 (there is only my listener at that port, and only my client sends on it) telling me the system actively refused the connection
- however it still goes through and sends everything/gets received?! and the firewall didn't block it
b) what information to look at to know such stuff?...incredibly slow ctrl-click-to-go-to-definition feature VS2022
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
:
```
public static void Init(string ProjectPath, List <ProjectFile> ProjectFileList, List <ProjectDirectory> ProjectDirList, List <Icon> IconList)
{...Build order with dotnet build ...?
dotnet build
at solution level, the asset producing projects always run late. So I have to run it twice. I created a script to build each project in order by calling dotnet build
on the project level. However, some commands like dotnet publish
or dotnet release
seem to work better and easier on the solution level.
So I wonder is there maybe a trick to define the order? Maybe in the *.sln file? Or can I define it in the debug|release section somewhere?...Change language at runtime in WPF
Cant find design view for win form
Error MSB4018: The "Message" task failed unexpectedly
error MSB4018: The "Message" task failed unexpectedly.
This seems to be connected to some nuget packages, but I disabled every package except Microsoft.AspNetCore.OpenApi
and Swashbuckle.AspNetCore
. What else do I need to change that this error stops popping up? It seems to happen during the restore process....LastIndexOf method can't find index of ";" HELP
โ best UI framework?
How flexible is NSwag?
hi can i some good short and sweet C# ?
Access is denied problem
[YARP] How to set up a reverse proxy for another full web server in a sub path?
/qlik
for example
and go to localhost/qlik
it would gives me 404
because the qlik server would read /qlik
as a route and will try to fine the page that called qlik
but when I remove the prefix of /qlik
in the transform section...