-
Notifications
You must be signed in to change notification settings - Fork 198
Fix VS 2017 compilation for ScriptSharp. #344
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
Closed
janis-veinbergs
wants to merge
25
commits into
scottdurow:sparklexrm-dev
from
janis-veinbergs:VS2017Build
Closed
Fix VS 2017 compilation for ScriptSharp. #344
janis-veinbergs
wants to merge
25
commits into
scottdurow:sparklexrm-dev
from
janis-veinbergs:VS2017Build
Conversation
This file contains hidden or 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
Thank you for this. This PR should target the branch sparklexrm-dev. |
…rty of EntityMoniker (scottdurow#220) * Fixes scottdurow#218 * SetState & SetStateDynamicEntity use message property of EntityMoniker
…reated by CrmSvcUtil into separate files when a user set the EarlyBoundTypeConfig property OneTypePerFile to true. Upon a successful creation of the files, the entities file created by CrmSvcUtile through the EarlyBoundTypeConfig filename is then deleted. The output of this entire operation creates the entities within a subfolder Entities, option set within a sub folder OptionSets and request/response action in the sub folder CustomActions. The context is created in the root folder.
…r than Roslyn. As a result, the source code splitting is now done within SparkleXrm.Tasks and there is no longer any need for a separate project for this.
This allows me to use the `unpack` command to export and unpack a solution as managed, and then run `import` to pack and import the solution as managed.
…Custom class which inherits from CodeActivity. (e.g support for deployment of workflows inheriting from WorkflowActivityBase class) (scottdurow#188)
Added Unit test for WorkflowActivity reflection
…ng to a MFA secured O365 instance using an App Password. Add Workflow Activities to solution.
System.Net.Http.dll System.Security.Cryptography.Algorithms.dll System.Security.Cryptography.Encoding.dll System.Security.Cryptography.Primitives.dll System.Security.Cryptography.X509Certificates.dll
Renamed CrmSvcUtilHelper folder to CrmSvcUtil Changed classes to be descriptive names: SourceCodeManipulator->SourceCodeSplitter SourceCodeRegexUtility -> SourceCodeTypeExtractor Added tracing Updated nuget spec to reference 9.0.0.7 CrmSvcUtil Added oneTypePerFile to sample spkl.json
…scottdurow#243) …stem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. site:stackoverflow.com
…ottdurow#236) Due to Visual Studio 2017 changes in how assemblies are resolved. Now project can be built using Visual Studio 2017
ad6c95d
to
c4e1f02
Compare
Sorry for being noob. I did rebase onto What a mess. I'll create another pull request. |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable building ScriptSharp projects in VS 2017.
nikhilk/scriptsharp#452
https://developercommunity.visualstudio.com/content/problem/138986/1550-preview-2-breaks-scriptsharp-compilation.html