Skip to content

Commit

Permalink
Merge pull request #114 from VeyronSakai/github-actions/update-files/285
Browse files Browse the repository at this point in the history
Update files for release
  • Loading branch information
VeyronSakai authored Apr 22, 2024
2 parents b647090 + 8739c42 commit 1eadc8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
Roslyn Analyzer for detecting coding errors in Unity projects
using [VContainer](https://github.com/hadashiA/VContainer).

This is in a very early stage of development. Please use with caution.

Also note that ECS is not yet supported.
> [!WARNING]
> This is in a very early stage of development. Please use with caution.
## Setup

Expand Down Expand Up @@ -47,6 +46,9 @@ as `InjectAttribute`.
See the [VContainer documentation](https://vcontainer.hadashikick.jp/resolving/constructor-injection) for more
information.

> [!CAUTION]
> Analysis is not supported for System class inheriting from Unity.Entities.SystemBase. This is because VContainer's ECS support is beta.
### VContainer0002

| Topic | Value |
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.veyronsakai.vcontainer.analyzer",
"displayName": "VContainer Analyzer",
"version": "0.5.4",
"version": "0.5.5",
"unity": "2021.1",
"unityRelease": "2f1",
"description": "Roslyn Analyzer for VContainer.",
Expand Down

0 comments on commit 1eadc8d

Please sign in to comment.