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

Documentation for .Net Core #72

Open
davidsk opened this issue Jul 6, 2018 · 11 comments
Open

Documentation for .Net Core #72

davidsk opened this issue Jul 6, 2018 · 11 comments

Comments

@davidsk
Copy link

davidsk commented Jul 6, 2018

There doesn't seem to be any documentation on using Breeze with .Net Core outwith the github issues. I have managed to coax it into life by inspecting efforts by others. I appreciate that it's yet to make v1.0 but there are some significant changes and little guidance as to how to use in a .Net Core app.

@sp00ky
Copy link

sp00ky commented Oct 5, 2018

Very much agree that this is an issue. For anybody finding this before such docs are produced, take a look at this github project:

https://github.com/mikemichaelis/dnc

This helps too:

#58

@plwade
Copy link

plwade commented Nov 23, 2018

I've got this working https://github.com/mikemichaelis/dnc , but I'm struggling to get a Breeze/Angular client working with it.
Can anybody point me in the right direction?

@ganySA
Copy link

ganySA commented Jun 3, 2019

DNC seems outdated, i cannot seem to get the routes working and doesnt really have any steps - any chance we could have a few page wiki to setup that works on 2.2?

@steveschmitt
Copy link
Member

Yes, we've been reallllly slow with this, but we'll get a sample app and some docs going in the near future.

@ganySA
Copy link

ganySA commented Jun 3, 2019

Thanks for the speedy reply...
I know you guys do this as a huge value add to the community and with the early versions of breeze the website was great in terms of documentation - I think with .core it’s just become almost impossible to guess / workout how to put it all together - even nuget is clogged with packages no one knows what to install to make it work + multiple versions.

I’m sure you guys have a huge todo list, but this one item is killing the adoption of breeze and filling up the issue list.

Without sound pessimistic we have been hearing about .core early since 2017...

I think a little github doc on 5-10 steps to get it working, not too much of an ask for such an amazing product.

my 2c

@plwade
Copy link

plwade commented Jun 4, 2019 via email

@ganySA
Copy link

ganySA commented Jun 28, 2019

@plwade Did you manage to get .expand to work on breeze queries?

Could you share your configuration.

@plwade
Copy link

plwade commented Jun 28, 2019 via email

@ganySA
Copy link

ganySA commented Jul 2, 2019

plwade: i have managed to get breeze working - i just cannot get my queries to execute .expand('....') to work. I either get circular reference errors in the json, then i disabled this. Now i get other entity errors. I am not sure it works.

@steveschmitt
Copy link
Member

I finally built that demo project, and wrote the steps to create it from scratch.
https://github.com/Breeze/northwind-core-ng-demo
The demo is a .NET Core 2.2 web API, with Angular 8 on the front end.
I hope it helps.

@steveschmitt
Copy link
Member

Demo project URL is now https://github.com/Breeze/northwind-demo
It includes a .NET 5 demo.

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

5 participants