-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update documentation #285
Comments
Would either of you be interested in writing up a short document to getting blazor to work and add it to the docs folder? Based on my understanding this would contain something similar to the following steps.
Am I missing something? |
Where do you want this doc to go?
…________________________________
From: Daniel Svensson ***@***.***>
Sent: Thursday, May 27, 2021 4:31:35 AM
To: OpenRIAServices/OpenRiaServices ***@***.***>
Cc: dsoltesz ***@***.***>; Mention ***@***.***>
Subject: Re: [OpenRIAServices/OpenRiaServices] Update documentation (#285)
@dsoltesz<https://github.com/dsoltesz> @ehsangfl<https://github.com/ehsangfl>
Would either of you be interested in writing up a short document to getting blazor to work and add it to the docs folder?
Based on my understanding this would contain something similar to the following steps.
1. Create blazor project
2. Install openria packaged
3. Setup openria link
4. Copy and use httpbased domain client.
5. Notes that CORS and token based authentication is needed ( maybe include link to official blazor documentation which seems to have sections with details for Auth and cors)
6. Link to sample
Am I missing something?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#285 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALFFSOIO734TBCU6YUG7TTTPX7OPANCNFSM45TXJWAA>.
|
Add a new document (.md) to the docs folder (preferable with a name similar to its title) and add a link to it from summary.md You can use githubs editor for a good preview of the markdown |
Ok
What do you think about getting that RiaServices folder in the blazor project incorporated into the main code based so we don’t have this custom copy of the code to get things to work in blazor?
…________________________________
From: Daniel Svensson ***@***.***>
Sent: Thursday, May 27, 2021 8:26:40 AM
To: OpenRIAServices/OpenRiaServices ***@***.***>
Cc: dsoltesz ***@***.***>; Mention ***@***.***>
Subject: Re: [OpenRIAServices/OpenRiaServices] Update documentation (#285)
Add a new document (.md) to the docs folder<https://github.com/OpenRIAServices/OpenRiaServices/blob/main/docs/> (preferable with a name similar to its title) and add a link to it from summary.md<https://github.com/OpenRIAServices/OpenRiaServices/blob/main/docs/SUMMARY.md>
You can use githubs editor for a good preview of the markdown
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#285 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALFFSJFSSSK6UGS72FUH7LTPY3ABANCNFSM45TXJWAA>.
|
Hi. this is enough. As you see, some of these steps exist in my sample's
document.
Notes that CORS is only needed for the development environment. you can
publish this scenario on same domain and not have CORS problem on running
environment
and you must set the rewriteURL setting on web.config to routes.
a sample of web confing is https://github.com/ehsangfl/Samples/blob/main/web-blazor-publish.config on my sample
|
The dokumentation from wcf ria Services has been added to the docs folder and published on gitbook.
A few search and replace changes has been made to the documentation but nothing in depth.
The text was updated successfully, but these errors were encountered: