Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET7.0 not compatible ascendant with .NET6.0 for BlazorAddin #512

Closed
RaoulRSV opened this issue Apr 14, 2023 · 4 comments
Closed

.NET7.0 not compatible ascendant with .NET6.0 for BlazorAddin #512

RaoulRSV opened this issue Apr 14, 2023 · 4 comments
Assignees

Comments

@RaoulRSV
Copy link

RaoulRSV commented Apr 14, 2023

URL of sample

(https://github.com/RaoulRSV/excel-blazor-add-in-JS-NET6-Ribbon)
Note : the link has been changed
Describe the bug

After updating the sample to .NET 7.0, javascript changes are not reflected in localhost and therefore not included in the run

To Reproduce

Steps to reproduce the behavior:

  • Download sample from github
  • In project properties change .NET 6.0 to .NET 7.0. Update Nuget to 7.0.5
  • F5 with debugging first time. Check in output console message "initialiser

Expected behavior

  • change in Index.js, lig 41 : console.log("initialiser"); to console.log("initialiser2");
  • F5 with debugging. Check in output console message that message is still to"initialiser

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

  • Platform [PC desktop, Mac, iOS, Office Online]:PC desktop
  • Host [Excel, Word, PowerPoint, etc.]: Excel
  • Office version number: N.A.
  • Operating System: Windows11
  • Browser (if using Office Online):N.A.
@ghost ghost added the needs triage 🔍 label Apr 14, 2023
@aafvstam aafvstam self-assigned this Apr 14, 2023
@aafvstam
Copy link
Collaborator

@RaoulRSV Great to have someone deep diving on the Blazor Samples! You keep on bashing with new issues. I'll continue monitoring/working on this as this is my pet-project-sample 😉 will be traveling however upcoming week so expect some delay from my part. Maybe after returning we can hook up in a recurring meeting, I'm extremely interested to see what your use cases are and see where we can create a better sample covering these scenarios!

@RaoulRSV
Copy link
Author

@aafvstam. Wait for your call

@RaoulRSV
Copy link
Author

I did check again and now the sample works properly for .NET7.0.
However, it is still raising an error (A process with ID x was not executed) with 8.0 and Github packages with version 3.23177.8

@RaoulRSV
Copy link
Author

No more error with .Net 8.0 version 5. We can close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants