Rodrigo Varas

Results 11 comments of Rodrigo Varas

> Hello, @rodrigovaras. > > I was pretty sure what this is an Avalonia behavior. Can you provide an minimal reproduceable example, cuz i can't really understand order of actions...

Hey, I'm glad you get interested in this project, it is truly a gem, we spend many resources/hours on it. I architect the idea from the ground up and we...

Thanks, I will add the reference to the README the existing use of pmod library inside MSFT. About the movies sample, i will double check again the build part. The...

Have you had success on the Movies sample? I did the build again on my Mac using Xcode and i was able to succeed and run the sample, it should...

Thanks again for the feedback. I read again the tutorial i made some months ago and it has some useful screen shots that will help, but it's only intended to...

Sorry, i should have pay attention to the original comment I edited. calling -> SQLitePCL.Batteries_V2.Init(); make it fails. If you comment that line you will notice that the new SqliteConnection()...

> Eric, Yes i tried and it seems to work. But i'm afraid is not a great solution for my case where i want my project to run on the...

Here is the offending source code on dotnet/runtime repo: $\src\libraries\System.Text.Json\src\System\Text\Json\Reader\Utf8JsonReader.cs // Consumes 'null', or 'true', or 'false' private bool ConsumeLiteral(ReadOnlySpan literal, JsonTokenType tokenType) { ReadOnlySpan span = _buffer.Slice(_consumed); Debug.Assert(span.Length >...

I think you are missing something important; you are running the dotenet .exe, not the native code executable. Please run the .exe coming from the 'native' folder under the publish.....

I will open an issue with the .NET team related to this issue. In the meantime, it would be helpful to start paying attention to trimming warnings on DynamicExpresso library...