Giter Club home page Giter Club logo

Comments (5)

drasticactions avatar drasticactions commented on May 26, 2024

@rolfbjarne What do you think?

from maui.

rolfbjarne avatar rolfbjarne commented on May 26, 2024

My guess this either happens because of different trimmer settings between Debug and Release, or because the interpreter is not enabled in release.

App Insights is trapping an error that occurs ONLY when my iOS App is released on the App Store.

Does it happen if you try running the Release configuration locally?

That would be the first step: figure out how to reproduce the problem yourself.

Adding this to your csproj should make the configuration consistent between Debug and Release (with regards to trimmer + interpreter), and hopefully this will get a consistent behavior between both and then we can investigate deeper afterwards:

<PropertyGroup>
    <UseInterpreter>true</UseInterpreter>
    <TrimMode>partial</TrimMode>
</PropertyGroup>

from maui.

dotnet-policy-service avatar dotnet-policy-service commented on May 26, 2024

Hi @chuckgiddens. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

from maui.

mattleibow avatar mattleibow commented on May 26, 2024

It ill also be helpful to get some part of your XAML or a sample where this happens. I wonder if the Release build is removing some property as Rolf mentions.

from maui.

dotnet-policy-service avatar dotnet-policy-service commented on May 26, 2024

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

from maui.

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.