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

Missing ASP.NET Core packages in EventStore.Client.Embedded v20.6.0 package #50

Open
andersstorhaug opened this issue Jun 12, 2020 · 0 comments

Comments

@andersstorhaug
Copy link

Describe the bug

Various ASP.NET Core packages appear to be missing from the EventStore.Client.Embedded package.

To Reproduce

  1. Create a project based on Microsoft.NET.Sdk (not Microsoft.NET.Sdk.Web as that will implicitly include the missing packages)
  2. Attempt to start an embedded node:
    var node = EmbeddedVNodeBuilder
        .AsSingleNode()
        .OnDefaultEndpoints()
        .RunInMemory()
        .Build();
    
    await node.StartAsync(waitUntilReady: true);

Expected behavior

Node starts normally.

Actual behavior

Runtime error is thrown:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNetCore.Http.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.

Config/Logs/Screenshots N/A

EventStore details

  • EventStore server version: v20.6.0
  • Operating system: Win 10 x64
  • EventStore client version (if applicable): v20.6.0

Additional context

I'm not quite sure which package should be included that includes all necessary transient dependencies.

@andersstorhaug andersstorhaug changed the title Missing Microsoft.Extensions.Caching.Memory in EventStore.Client.Embedded v20.6.0 package Missing ASP.NET Core packages in EventStore.Client.Embedded v20.6.0 package Jun 12, 2020
@oskardudycz oskardudycz transferred this issue from EventStore/EventStore Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant