Coder Social home page Coder Social logo

Comments (2)

ScarletKuro avatar ScarletKuro commented on July 23, 2024 1

Hi,

I think the title and description are misleading. MudBlazor doesn't own or control the source generator for components. It is controlled by Microsoft's Razor internal source generator, which is located in this repository: https://github.com/dotnet/razor.

I'll repeat myself: the screenshot provided here #9052 (comment) is not something that MudBlazor generates.

In this comment, you claim #9052 (comment) "now also is not working on 6.12.0". If it was working before but suddenly stopped, then it means there is a regression in the Razor source generator. This is not uncommon, as I reported one of the biggest regressions last year: dotnet/razor#8718 and others SDK 6 dotnet/razor#8770 that won't be fixed.

If you believe it was something that was working before in an earlier version of VS, SDK, or suddenly stopped working on the library version that worked before, then this is the wrong repository to report such issues, as we can't help here.

If you think we misunderstood something and it was a change in the MudBlazor code affecting how the component ID is formed and passed:

private string _elementId = "checkbox" + Guid.NewGuid().ToString().Substring(0, 8);

Then you need to provide more input on what and where the change occurred. I don't recall any changes in this direction, and it sounds suspicious to claim that 6.12.0 worked and then suddenly stopped. This is not something we could influence.

from mudblazor.

FritzTheCat9 avatar FritzTheCat9 commented on July 23, 2024

@ScarletKuro From my point of view when i was debugging my application i didn't get any errors. Now im getting errors (i updated Visual Studio 2022 preview version and also updated nuget pacages and MudBlazor) so i was thinking that it was related to updating my nuget packages or visual studio. I did not change the code in places from where im getting errors about missing element with certain id. I will try to find .NET SDK version that worked before update. Thanks for reply.

from mudblazor.

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.