Skip to content

Commit

Permalink
Merge pull request #21 from nowsprinting/release/1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
nowsprinting authored Feb 14, 2023
2 parents 7d68154 + 554d3a5 commit cf0a8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Packages
### Creating DotSettings files

And creating .csproj.DotSettings file for each assembly.
This file is set up to make the "Namespace does not correspond to file location" inspection work as expected in JetBrains Rider.
This file is set up to make the [Namespace does not correspond to file location](https://www.jetbrains.com/help/rider/CheckNamespace.html) inspection work as expected in JetBrains Rider.
Do not forget to commit .DotSettings files for that project.

Specifically, disabled the [Namespace provider](https://www.jetbrains.com/help/rider/Refactorings__Adjust_Namespaces.html) for the following folders.
Expand All @@ -100,10 +100,7 @@ This will result in the expected namespace per folder as follows.
- Tests/Editor: YourFeature.Editor
- Tests/Runtime: YourFeature

See more information:

- [Code Inspections in C# | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/Reference__Code_Inspections_CSHARP.html)
- [Code Inspection: Namespace does not correspond to file location | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/CheckNamespace.html)
See also: [Code Inspections in C# | JetBrains Rider Documentation](https://www.jetbrains.com/help/rider/Reference__Code_Inspections_CSHARP.html)


## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nowsprinting.create-script-folders-with-tests",
"description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).",
"version": "1.1.2",
"version": "1.2.0",
"author": "Koji Hasegawa <hasegawa@hubsys.co.jp> (https://github.com/nowsprinting)",
"changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/releases",
"dependencies": {},
Expand Down

0 comments on commit cf0a8aa

Please sign in to comment.