-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace NSubstitute.dll contained within SDK to Unity3D-NSubstitute.g…
…it unity package dependency + setup AssemblyInfo
- Loading branch information
1 parent
4fca3bf
commit d91c8e3
Showing
15 changed files
with
32 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#if UNITY_EDITOR || STREAM_TESTS_ENABLED | ||
using System.Runtime.CompilerServices; | ||
#endif | ||
|
||
#if UNITY_EDITOR | ||
[assembly: InternalsVisibleTo("StreamVideo.EditorTools")] | ||
[assembly: InternalsVisibleTo("StreamVideo.Tests.Editor")] | ||
#endif | ||
|
||
#if STREAM_TESTS_ENABLED || UNITY_EDITOR | ||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] | ||
[assembly: InternalsVisibleTo("StreamVideo.Tests.Runtime")] | ||
[assembly: InternalsVisibleTo("StreamVideo.Tests.Shared")] | ||
#endif |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
Packages/StreamVideo/Runtime/Core/State/StatefulModelContext.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
89 changes: 0 additions & 89 deletions
89
Packages/StreamVideo/Runtime/Libs/NSubstitute/Castle.Core.dll.meta
This file was deleted.
Oops, something went wrong.
Binary file not shown.
89 changes: 0 additions & 89 deletions
89
Packages/StreamVideo/Runtime/Libs/NSubstitute/NSubstitute.dll.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters