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

fix: add Microsoft.Extensions.FileProviders.Embedded package #501

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

ruiqbarbosa
Copy link
Contributor

Description

The removal of Microsoft.Extensions.FileProviders.Embedded in MR-486 caused an exception for assembly 'KafkaFlow.Admin.Dashboard' when using the ManifestEmbeddedFileProvider to get the provider.

System.InvalidOperationException: Could not load the embedded file manifest 'Microsoft.Extensions.FileProviders.Embedded.Manifest.xml' for assembly 'KafkaFlow.Admin.Dashboard'.

This package has been added again in the current MR.

Fixes #497

How Has This Been Tested?

The dashboard project runs successfully without throwing any exceptions.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@joelfoliveira joelfoliveira merged commit 3bc735d into master Dec 27, 2023
3 checks passed
@joelfoliveira joelfoliveira deleted the fix/add-microsoft-extension-embedded-package branch December 27, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants