You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the example should be updated or the lines should be commented ("// For .Net core use bla")?
The text was updated successfully, but these errors were encountered:
Cannedfood
changed the title
EmbeddedFileProvider .Net core 2.1
EmbeddedFileProvider code form example does not compile with .Net core 2.1
Mar 7, 2019
Cannedfood
changed the title
EmbeddedFileProvider code form example does not compile with .Net core 2.1
EmbeddedFileProvider code example not compiling with .Net core 2.1
Mar 7, 2019
On Thu, 7 Mar 2019 at 09:10, Benno Straub ***@***.***> wrote:
With .Net core 2.1 the code in FormFactory.AspNetCore.Example/Startup.cs
line 36 and 60 does not compile.
The EmbeddedFileProvider has to be created like this:
new EmbeddedFileProvider(typeof(FormFactory.FF).Assembly, nameof(FormFactory));
Maybe the example should be updated or the lines should be commented ("//
For .Net core use bla")?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#78>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ0-gG9Dmotl8u0vjUo-bgBDPze2MZNks5vUNeBgaJpZM4bisTm>
.
With .Net core 2.1 the code in FormFactory.AspNetCore.Example/Startup.cs line 36 and 60 does not compile.
The EmbeddedFileProvider has to be created like this:
Maybe the example should be updated or the lines should be commented ("// For .Net core use bla")?
The text was updated successfully, but these errors were encountered: