-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
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: |
I've got this working https://github.com/mikemichaelis/dnc , but I'm struggling to get a Breeze/Angular client working with it. |
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? |
Yes, we've been reallllly slow with this, but we'll get a sample app and some docs going in the near future. |
Thanks for the speedy reply... 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 |
I've managed to get breeze working with .net core 2. It was a real trial and error exercise..... I'm on holiday at the moment, but will give you a few pointers when I'm back (probably in three weeks time).
Kind Regards,
Paul
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: gany <[email protected]>
Sent: Tuesday, June 4, 2019 1:12:11 AM
To: Breeze/breeze.server.net
Cc: plwade; Comment
Subject: Re: [Breeze/breeze.server.net] Documentation for .Net Core (#72)
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#72?email_source=notifications&email_token=AA4RXSRXPEJ4YT67M2FBEO3PYWQMXA5CNFSM4FIVRK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW26FLY#issuecomment-498459311>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AA4RXSVLL7VTKJBNITBMBEDPYWQMXANCNFSM4FIVRK3Q>.
|
@plwade Did you manage to get .expand to work on breeze queries? Could you share your configuration. |
@gany just got back from holiday, so will try and send you something today.
Paul
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: gany <[email protected]>
Sent: Friday, June 28, 2019 6:16:44 AM
To: Breeze/breeze.server.net
Cc: plwade; Mention
Subject: Re: [Breeze/breeze.server.net] Documentation for .Net Core (#72)
@plwade<https://github.com/plwade> Did you manage to get .expand to work on breeze queries?
Could you share your configuration.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#72?email_source=notifications&email_token=AA4RXSSPFMZTMSM7FSW3VJLP4WNDZA5CNFSM4FIVRK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYZCQWI#issuecomment-506603609>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AA4RXSTNYVWHBFQOQXLAMWTP4WNDZANCNFSM4FIVRK3Q>.
|
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. |
I finally built that demo project, and wrote the steps to create it from scratch. |
Demo project URL is now https://github.com/Breeze/northwind-demo |
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.
The text was updated successfully, but these errors were encountered: