Skip to content

Commit d2da44f

Browse files
Merge pull request #9 from DevExpress-Examples/update-for-automated-testing
Update files
2 parents 774cb93 + 8049e53 commit d2da44f

File tree

7 files changed

+240
-115
lines changed

7 files changed

+240
-115
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* text=auto eol=lf
2+
13
VB/* linguist-vendored
24
scripts linguist-vendored
35
*.css linguist-detectable=false

ASP.NET Core/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Download the example and use Visual Studio 2019 to open the project.
66

77
## Client-side resources and bundling
88

9-
This project uses [NPM](http://npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
9+
This project uses [NPM](https://www.npmjs.com/) and [Gulp.js](https://gulpjs.com/) to install client-side libraries. The project restores NPM packages before the first build. Then, Gulp bundles required scripts and CSS files into the resulting package during the first and every next build.
1010

1111
The resulted bundles will be located in the `wwwroot` folder:
1212
* `css/vendor.css` - a file with all CSS styles.

Angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u
2424

2525
## Further help
2626

27-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
27+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://v17.angular.io/cli) page.
2828
To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- default badges end -->
77
# DevExtreme File Manager - Azure Client-Side Binding
88

9-
This example uses a custom file provider to connect the FileManager component to Azure Blob Storage (on the client side). The [Custom File System Provider](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileManager/File_System_Providers/Custom) allows you to implement custom APIs to handle appropriate file operations (add, delete, rename, etc.). All APIs used to access Azure Blob Storage on the client are stored in the azure.file.system.js file (app.service.ts - for Angular framework). On the server, configure [Shared Access Signature (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview) to grant access to blobs within the storage.
9+
This example uses a custom file provider to connect the FileManager component to Azure Blob Storage (on the client side). The [Custom File System Provider](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileManager/File_System_Providers/Custom) allows you to implement custom APIs to handle appropriate file operations (add, delete, rename, etc.). All APIs used to access Azure Blob Storage on the client are stored in the azure.file.system.js file (app.service.ts - for Angular framework). On the server, configure [Shared Access Signature (SAS)](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview) to grant access to blobs within the storage.
1010

1111
**IMPORTANT**
1212

React/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ It correctly bundles React in production mode and optimizes the build for the be
2626
The build is minified and the filenames include the hashes.<br>
2727
Your app is ready to be deployed!
2828

29-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
29+
See the section about [deployment](https://create-react-app.dev/docs/deployment) for more information.
3030

3131
## Further help
3232

33-
You can learn more about React in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
33+
You can learn more about React in the [Create React App documentation](https://create-react-app.dev/docs/getting-started).
3434

3535
To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create)
3636

Vue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This template should help get you started developing with Vue 3 in Vite.
1010

1111
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
1212

13-
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
13+
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/vuejs/language-tools/discussions/471) that is more performant. You can enable it by the following steps:
1414

1515
1. Disable the built-in TypeScript Extension
1616
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
@@ -19,7 +19,7 @@ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has a
1919

2020
## Customize configuration
2121

22-
See [Vite Configuration Reference](https://vitejs.dev/config/).
22+
See [Vite Configuration Reference](https://vite.dev/config/).
2323

2424
## Project Setup
2525

0 commit comments

Comments
 (0)