Dave Roman
Dave Roman
Use the ID: 1, and if I put the coordinates correctly ..
Any news on this issue? I have the same problem...
@MaceWindu Sorry for the late reply. I have not been able to solve the problem. EF Core is supposed to fully integrate with `Microsoft.Extensions.Logging` when I call the `AddDbContext` method...
@LYZENCORE-9 @markski1 I can't run dotnet linux x86 for .net 8 (https://github.com/Servarr/dotnet-linux-x86/releases/tag/v8.0.4-90). I'm testing it on a VPS with ubuntu 20.04 but it does not run gamemode:  As shown...
Yes, that's the problem: https://github.com/Servarr/dotnet-linux-x86/pull/5#issuecomment-1968268268
@KoertLichtendonk I have not found any solution. The only thing we could do is to manually compile the runtime .net 8.0 for an x86 machine. For now I am running...
You simply don't need to do that. If you have your sql files in another library, simply create a Directory.Build.props file that takes care of copying the sql files from...
You can also use it in a client project. You only use `Directory.Build.props` when compiling your client application, so your SQL files should already be copied to the output directory.
@MaceWindu Sorry for the late reply. I have not been able to solve the problem. EF Core is supposed to fully integrate with `Microsoft.Extensions.Logging` when I call the `AddDbContext` method...
@ikkentim I don't really have a specific code for you to reproduce the problem, since I had this problem some time ago on my server and I had to publish...