Álvaro
Álvaro
I have realized that if I put the class that implements the interface server in the Asp pryect with the same namespace it works. But I would like to know...
I have found the problem. I have to decorate the class with [MessagePackObject] and the properties with [Key(0)], [Key(1)], [Key(3)]... The I have a quiestion. If I develop an application...
Then perhaps in my case the best option it is remap the domain objects to DTOs that can be serialize and transfer to the client. Here I have a doubt....
Thanks so much. And is it planned to can set the classes and properties to serialize in an external way outside the class? This could give more flexibilty because it...
I was reading the documenation but I am not sure. Supose I have this class: ``` class MyClass { long Mid; string Name; string Description; List ListOfItems; } ``` With...
It seems it is an option that I was looking for. But I have the doubt to use it. In my server, I have this method that implements the interfaz:...
Setting this: "MessagePackSerializer.DefaultOptions = MessagePack.Resolvers.ContractlessStandardResolver.Options;" in the program.cs file of the ASP Core project it works. But when I call the method, the client gets the following error: "GTS.Cmms.DemoGrpc.Service.MagicOnion.Comun.ClaseTest2 is...
I have copy the file "easytls" in the folder OpenVPN\easy-rsa, where is installed the openVpn with the easy-rsa tool, but when I run: - EasyRSA-Start.bat - ./easytls init-tls And I...
I am using Windows 11 23H2.
And if I run a CMD as administrator could it work?