GithubHelp home page GithubHelp logo

Net 8 Support about grid.blazor HOT 8 CLOSED

peterM avatar peterM commented on July 20, 2024
Net 8 Support

from grid.blazor.

Comments (8)

gustavnavar avatar gustavnavar commented on July 20, 2024 1

You can manually download symbol files from nuget.org:

Or you can configure Visual Studio to download them from NuGet symbol server:
https://github.com/NuGet/Home/wiki/NuGet-Package-Debugging-&-Symbols-Improvements

from grid.blazor.

gustavnavar avatar gustavnavar commented on July 20, 2024

.Net 8 is already supported since version 5.0.0

Could you share your code in order to debug it?

from grid.blazor.

peterM avatar peterM commented on July 20, 2024

Unortunatelly not. I can't provide code.
All I could send is log from console even VS does not throw any exception. Problem happens in all inherited components.

@inherits GridReadComponent<AllMyTypes>
@inherits GridUpdateComponent<AllMyTypes>
@inherits GridDeleteComponent<AllMyTypes>

Create is loaded ok but i did not tried if it is working without issues because if upper classess does not work i can not upgrade at all.

@inherits GridCreateComponent<AllMyTypes>

Its weird it is doing only when project is migrated to .NET 8
Could you provide debug symbols in your packages ?

Thanks

from grid.blazor.

gustavnavar avatar gustavnavar commented on July 20, 2024

You can download the source code of this project and use references to Gridblazor and Gridshared directories instead of using the nuget package in order to debug your code.

from grid.blazor.

gustavnavar avatar gustavnavar commented on July 20, 2024

I've published new releases including debug symbols.

from grid.blazor.

peterM avatar peterM commented on July 20, 2024

Thank you. Unfortunatelly I do not see any symbol in nuget packages.


EDIT: I downloaded your code, but no breakpoint is triggered it looks like its some .Net 8 defect ... argh ..

from grid.blazor.

peterM avatar peterM commented on July 20, 2024

Ok so it was purely my fault... I think I solved it...

Problem was caused by [SupplyParameterFromQueryAttribute]

Looks like there is different [SupplyParameterFromQuery(Name = "...")] handling behaviour between .NET 7 and .NET 8
I had these attributes in components.

from grid.blazor.

peterM avatar peterM commented on July 20, 2024

Thank you .. problem was on my side i think you can close it here.

from grid.blazor.

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.