-
Notifications
You must be signed in to change notification settings - Fork 28
Upd readme #86
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
base: depricate-repository
Are you sure you want to change the base?
Upd readme #86
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| name: vale-validation | ||
| on: | ||
| pull_request: | ||
| paths: | ||
| - README.md | ||
|
|
||
| jobs: | ||
| vale: | ||
| name: runner / vale | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: clone repo | ||
| uses: actions/checkout@v4 | ||
| - name: clone vale-styles repo | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| repository: DevExpress/vale-styles | ||
| path: vale-styles | ||
| ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} | ||
| - name: copy vale rules to the root repo | ||
| run: shopt -s dotglob && cp -r ./vale-styles/vale/* . | ||
| - name: vale linter check | ||
| uses: DevExpress/vale-action@reviewdog | ||
| with: | ||
| files: README.md | ||
| fail_on_error: true | ||
| filter_mode: nofilter | ||
| reporter: github-check |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * @DevExpressExampleBot |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,8 @@ | ||||||
| <!-- default badges list --> | ||||||
| [](https://supportcenter.devexpress.com/ticket/details/T1143380) | ||||||
| [](https://docs.devexpress.com/GeneralInformation/403183) | ||||||
| [](#does-this-example-address-your-development-requirementsobjectives) | ||||||
| <!-- default badges end --> | ||||||
| # XAF - Outlook-Inspired Demo for Blazor & WinForms (Powered by the DevExpress Multi-Tenancy Module) | ||||||
|
|
||||||
| This application serves as the central data management hub for the fictitious company, overseeing various business entities such as Employees, Products, Orders, Quotes, Customers, and Stores. It includes Blazor & WinForms projects powered by the DevExpress Multi-Tenancy Module. | ||||||
|
|
@@ -6,4 +11,11 @@ This application serves as the central data management hub for the fictitious co | |||||
|
|
||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you update the following sentences from line 10 (above)?
Please change to:
Please change to:
|
||||||
| For additional information refer to the following documentation topic: [Getting Started: .NET WinForms & Blazor Outlook-Inspired Demo (Multi-Tenancy/SaaS-ready)](https://docs.devexpress.com/eXpressAppFramework/113577/getting-started?v=25.2#net-winforms--blazor-outlook-inspired-demo-multi-tenancysaas-readyxref404669). | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| The current repository will not be updated in the future. | ||||||
| The current repository will not be updated in the future. | ||||||
| <!-- feedback --> | ||||||
| ## Does this example address your development requirements/objectives? | ||||||
|
|
||||||
| [<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-create-multitenant-application&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-create-multitenant-application&~~~was_helpful=no) | ||||||
|
|
||||||
| (you will be redirected to DevExpress.com to submit your response) | ||||||
| <!-- feedback end --> | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.