-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment Item support in .NET Core #565
Conversation
src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs
Show resolved
Hide resolved
src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/Utilities/DeploymentUtility.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/PlatformServices.Desktop.csproj
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.NetCore/Utilities/AssemblyUtility.cs
Outdated
Show resolved
Hide resolved
Please write RFC for this support. Currently we don't have documentation for DeploymentItem in mstest v2. So, write RFC for entire DeploymentItem support. |
Sign CLA agreement |
src/Adapter/PlatformServices.Shared/netstandard1.3/Resources/Resource.Designer.cs
Show resolved
Hide resolved
As this resource file is moved to another path and also linking i used in csproj for this resource file, please validate whether resources from this file is appearing correctly in .NET desktop and .NET core for scenarios Refers to: src/Adapter/PlatformServices.Shared/netstandard1.3/Resources/Resource.resx:62 in 16739e0. [](commit_id = 16739e0, deletion_comment = False) |
src/Adapter/PlatformServices.Shared/netstandard1.3/Services/ns13TestContextPropertyStrings.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Shared/netstandard1.3/Services/ns13TestContextPropertyStrings.cs
Outdated
Show resolved
Hide resolved
validated |
…into depItemNetCore
…into depItemNetCore
…into depItemNetCore
src/Adapter/PlatformServices.Desktop/Deployment/AssemblyLoadWorker.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/PlatformServices.Desktop.csproj
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/PlatformServices.Desktop.csproj
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/PlatformServices.Desktop.csproj
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/Services/DesktopTestContextImplementation.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.NetCore/Utilities/RecursiveDirectoryPath.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Shared/netstandard1.0/Services/ns10TestContextPropertyStrings.cs
Show resolved
Hide resolved
src/Adapter/PlatformServices.Shared/netstandard1.3/Services/ns13TestContextPropertyStrings.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.Desktop/PlatformServices.Desktop.csproj
Outdated
Show resolved
Hide resolved
src/Adapter/PlatformServices.NetCore/Deployment/AssemblyLoadWorker.cs
Outdated
Show resolved
Hide resolved
36cdc44
to
54f15b1
Compare
…into depItemNetCore
…into depItemNetCore
…into depItemNetCore
Implementing deployment Item functionality in net core