Skip to content

Aseembly Exception when using Microsot.AspNetCore.App on .net 9 #396

@John0King

Description

@John0King

Version

C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612

What happened?

> csharprepl -f Microsoft.AspNetCore.App
Welcome to the C# REPL (Read Eval Print Loop)!
Type C# expressions and statements at the prompt and press Enter to evaluate them.
Type help to learn more, exit to quit, and clear to clear your terminal.

> using Microsoft.Extensions.DependencyInjection;

> typeof(ServiceProvider).Assembly
┌──────────────────────────────────────────────────FileLoadException───────────────────────────────────────────────────┐
│ Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0,             │
│ Culture=neutral, PublicKeyToken=adb9793829ddae60'. The located assembly's manifest definition does not match the     │
│ assembly reference. (0x80131040)                                                                                     │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions