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

Node services examples #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

johnnyoshika
Copy link
Member

@SteveSandersonMS Hoping for help again. I'm trying to make your NodeServicesExamples project work inside of this solution. NodeServicesExamples is a netstandard2.0 project and I think it's my lack of .Net Standards understanding that's getting in the way. I've updated the assembly references of NodeServicesExamples but there are a few problems in Startup.cs's Configure method that's preventing the project from compiling.

Here are the problem areas:

image

Would you be able to look into this for me? The changes are in this node-services-examples branch. Thanks!

On a related note, I got a ASP.Net Core 3 app working inside of the project (https://github.com/koopla/NodeServices/compare/aspnetcore-sample?expand=1), but that's because it's a netcoreapp3.0 project. My problem seems to be isolated to netstandard2.0 projects.

@johnnyoshika
Copy link
Member Author

@SteveSandersonMS Any chance you can look at this? Thanks in advance.

@SteveSandersonMS
Copy link
Contributor

ASP.NET Core does require netcoreapp, not netstandard, so the project will have to be changed to that. I suspect that's all that's wrong here but please let me know if not!

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

Successfully merging this pull request may close these issues.

2 participants