Skip to content

Bundle.Build() .Net Core Error #1876

@MikeGus2

Description

@MikeGus2

I think I know the answer to this but just want to verify.

When instantiating the ManagedBootstrapperApplication object we are passing the assemblies as follows

Application = new ManagedBootstrapperApplication(
"Bootstrapper.UI.dll",
//"BootstrapperCore.config",
"DynamicData.dll",
"MaterialDesignColors.dll",
"MaterialDesignThemes.Wpf.dll",
"ReactiveUI.dll",
"ReactiveUI.Fody.Helpers.dll",
"ReactiveUI.Validation.dll",
"ReactiveUI.Wpf.dll",
"Splat.dll",
"System.Reactive.dll",
"System.Runtime.CompilerServices.Unsafe.dll",
"System.Threading.Tasks.Extensions.dll",
"Ookii.Dialogs.Wpf.dll",
"en.rtf"
),

When I call Bundle.Build() I get an exception "The method is not implemented in .NET Core"

Do all of the assembles passed to the ManagedBootstrapperApplication need to be .NET Core?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions