-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working