Skip to content

Commit

Permalink
fix. assemblies referencing unnecessary references
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 16, 2024
1 parent 0a167bd commit 496016e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x
8.x
- name: Install Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -154,8 +154,9 @@ jobs:
/o:"hertzole" \
/k:"scriptable-values" \
/d:sonar.host.url=https://sonarcloud.io \
/d:sonar.verbose=true \
/d:sonar.verbose=false \
/d:sonar.token=$SONAR_TOKEN \
/d:sonar.cs.nunit.reportsPaths=Tests/**.xml \
/d:sonar.cs.opencover.reportsPaths=Coverage/workspace-opencov/**.xml
dotnet build scriptable-values.sln
./dotnet-sonarscanner end /d:sonar.token=$SONAR_TOKEN
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,17 @@
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"overrideReferences": true,
"precompiledReferences": [
""
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "",
"define": "SCRIPTABLE_VALUES_ADDRESSABLES"
},
{
"name": "com.unity.netcode.gameobjects",
"expression": "",
"define": "SCRIPTABLE_VALUES_NGO"
}
],
"noEngineReferences": false
Expand Down

0 comments on commit 496016e

Please sign in to comment.