-
Notifications
You must be signed in to change notification settings - Fork 212
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
Framework resource extraction failed. #19
Comments
@joshinger -did you resolve this issue? What is the solution for this error? |
Facing similar issue. Were you folks able to resolve the same. "Error Framework resource extraction failed. Could not find a part of the path |
@shishirdk - It is related to EntityFrameworkCore NuGet package or the dependency projects that has reference to EntityFrameworkCore. If you remove that dependency/reference build error go away. Other than that I did not find any solution to how to make use of EntityFrameworkCore without above like error. |
This issue is now resolved (thanks to our team) -The issue is with the long file path, if you use the shortest path then it works. Thanks @shishirdk for trying it. |
- The '-' in the assemblyname causes some strange issues in the project generation of Uno. - Because of the log names and paths an error occured like microsoft/Windows-appsample-customers-orders-database#19. Shortening the folder depth resolves this issue.
- Removed Windows project due to namespace collisions - Fixed issues with boolconverters - Fixed build issues - Restructured projects and renamed Assembly name to match namespace - The '-' in the assemblyname causes some strange issues in the project generation of Uno. - Because of the log names and paths an error occured like microsoft/Windows-appsample-customers-orders-database#19. Shortening the folder depth resolves this issue. - Fixed build of Uno UWP project - Removed dash from fontname - Made WASM runnable but with errors - Updated nuget packages to .net core 3.1.8
- Removed Windows project due to namespace collisions - Fixed issues with boolconverters - Fixed build issues - Restructured projects and renamed Assembly name to match namespace - The '-' in the assemblyname causes some strange issues in the project generation of Uno. - Because of the log names and paths an error occured like microsoft/Windows-appsample-customers-orders-database#19. Shortening the folder depth resolves this issue. - Fixed build of Uno UWP project - Removed dash from fontname - Made WASM runnable but with errors - Updated nuget packages to .net core 3.1.8
Hello together, i want to debug this app, ,but there is an issue when i want to build this app.
Issue: Framework resource extraction failed. Part of the path "C:\Users\johan\Downloads\Windows-appsample-customers-orders-database-master\Windows-appsample-customers-orders-database-master\ContosoApp\obj\x64\Debug\Microsoft.EntityFrameworkCore.Abstractions\en-US\Microsoft.EntityFrameworkCore.Properties.AbstractionsStrings.resw" could not be found. Contoso.App
The text was updated successfully, but these errors were encountered: