Lodewijk Sioen
Lodewijk Sioen
That's correct. Clearing the cache didn't fix the problem though. I'll keep an eye out if it happens again, but we'll be putting debug=false in our configs on our next...
This is exactly the issue I described. We had it in various versions of IE, so it's not just FireFox. Also, the issue only appears at random clients after restarting...
Just ran into this on our project. We have a c# library that is consumed by a vb.net application. The C# library has a type with the following signature: public...
I've run the 'H' option in the buildmenu, but no code was generated...
Ah, I did have an error, but it wasn't obvious: ``` [exec] Starting 'dotnet (../Tools/CSharpAsyncGenerator.CommandLine/0.18.1/tools/netcoreapp2.1/AsyncGenerator.CommandLine.dll)' in 'C:\Projects\External\NHibernate\nhibernate-core\src' [exec] Could not execute because the specified command or file was not found....
No, I don't have this folder: "../Tools/CSharpAsyncGenerator.CommandLine/0.18.1/tools/netcoreapp2.1/" in my git checkout. only "../Tools/CSharpAsyncGenerator.CommandLine/0.18.1/tools/net472/". Edit: I deleted my Tools folder, and now the package is restored correctly. I'm going to try...
I'm sorry, but I'm unable to build the project using ShowBuildMenu. I emptied my .nuget folder, did a git-clean but I still get this exception: [buildlog.txt](https://github.com/nhibernate/nhibernate-core/files/4419332/buildlog.txt) Buildding in Visual Studio...
I had tried adding a global.json, but I probably used the wrong sdk-version. Anyhow: I changed the test as discussed. Only the test from the original Issue (#1298) is added...