Cubody

Results 10 comments of Cubody

System.ArgumentException: Method 'Boolean Contains(System.String)' declared on type 'System.String' cannot be called with instance of type 'ItPos.DataAccess.Common.Models.User.Institute' at System.Linq.Expressions.Expression.ValidateCallInstanceType(Type instanceType, MethodInfo method) at System.Linq.Expressions.Expression.ValidateStaticOrInstanceMethod(Expression instance, MethodInfo method) at System.Linq.Expressions.Expression.ValidateMethodAndGetParameters(Expression instance, MethodInfo...

It says then that it can not do query with toString(), like not supported, but I'm using mapster, so Idk.

Thanks for the your answer btw! It's possible via straight property in Filter like ```csharp public Institute? Institute {get;set;} ``` But not via CompareToAttribute - it's strange thing. But I...

When you see that a separate field is working, there is a feeling that the complex variable will also work. I would consider this as a possible vector for improving...

Same thing. It occurs randomly on many files. I'm using new downloader instance for every file and doing work in parallel.

@ivanjx I downloaded your x64 win native libs and wrote static linking in .csproj: ```xml ``` But I'm getting strange errors that I can't understand. Can you help me? ```...

@ivanjx I also tried with .NET 7.0, but SDK is 8.0. I will be very grateful if you can enlighten a little more in compiling native libraries, because I have...

SDK 7.0 didn't help me =( I will try to install VS, but how to compile natives? Can you provide full instruction for these two libraries if it's not hard...

@ivanjx Thanks a lot! I'll try it.

I just tried one more time with your libs and it works as expected! I deleted all .NET packages and installed just .NET 8 preview. Now it's fine.