Giter Club home page Giter Club logo

Comments (4)

Hugo-Persson avatar Hugo-Persson commented on May 29, 2024 1

I solved this issue by updating my project from using Portable Class Libraries to .NET Standard

from sentry-xamarin.

lucas-zimerman avatar lucas-zimerman commented on May 29, 2024

Hi Hugo,
Would you mind sharing the NuGet packages that you're using and their versions?

Additionally, what happens if you add the following code on your main activity?

    _ = new byte[2].AsMemory();

from sentry-xamarin.

Hugo-Persson avatar Hugo-Persson commented on May 29, 2024

When I add the line no error is generated and it is referring to

public static Memory AsMemory(this T[] array) => new Memory(array);
in public static partial class MemoryExtensions

I am using this sentry NuGet packages

<PackageReference Include="Sentry.Xamarin.Forms">
      <Version>1.3.1</Version>
    </PackageReference>

from sentry-xamarin.

lucas-zimerman avatar lucas-zimerman commented on May 29, 2024

I see.
Which version of Xamarin Forms are you using and are you running it with linker?
Additionally, could you try to add the NuGet package System.Text.Json and see if the problem fades away?

If possible, could you upload a small repro project containing the problem? That would help us a lot to investigate the problem.

from sentry-xamarin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.