-
Notifications
You must be signed in to change notification settings - Fork 452
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
Debug output: Metadata generation failed. Exit code: '-1073741818' #5847
Comments
Hi @euo, thank you for reporting this issue. My apologies for the delayed reply. Can you share your *.csproj file? |
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. |
Thanks for the response, @kashimiz. here's my project file:
|
@kashimiz can you please look into this further. |
Hi @euo, I have tried to reproduce the scenario with the latest packages, but was able to build successfully. Let us know if you are still facing the same issue with build. ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== |
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. |
Please feel free to re-open the issue if the issues re-occur |
I'm trying a simple Azure Function in VS 2019 but getting the following error when debugging.
Environment:
Microsoft Visual Studio Community 2019
Version 16.5.0
VisualStudio.16.Release/16.5.0+29911.84
Microsoft .NET Framework
Version 4.8.03752
Microsoft.Azure.WebJobs.Extensions.CosmosDB 3.0.5
Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator 1.1.6
Microsoft.NET.Sdk.Functions 3.0.1
Microsoft Azure Cosmos Emulator 2.9.2.0
Repro steps
Expected behavior
Should build and debug without error.
Actual behavior
1>------ Build started: Project: CosmosFunctions, Configuration: Debug Any CPU ------
1>CosmosFunctions -> D:\source\CosmosFunctions\bin\Debug\netcoreapp3.0\bin\CosmosFunctions.dll
1>Debug output from extension.json generator:
1>
1>C:\Users\mario.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\1.1.6\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(44,5): error : Metadata generation failed. Exit code: '-1073741818' Error: ''
1>Done building project "CosmosFunctions.csproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Known workarounds
Tried steps and work around made by other developers here:
#4055
#4578
#5229
Related information
Provide any related information
Source
The text was updated successfully, but these errors were encountered: