-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Spkl dev 191212 (#347) * Resolves #176 * Updated dependancies to v9 * 1.0.4 Updated assembly name and added dependnacy on fakeiteasy * Added support for setting all ExecutionContext properties * Fixes #218 & SetState & SetStateDynamicEntity message property of EntityMoniker (#220) * Fixes #218 * SetState & SetStateDynamicEntity use message property of EntityMoniker * Fixes #232 * Version 1.0.6 * ix dependency load error - Cannot resolve dependency to assembly 'Sy… …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 * Fix #226: Predefined Type '' is not defined or imported (#236) Due to Visual Studio 2017 changes in how assemblies are resolved. Now project can be built using Visual Studio 2017 * Fixed typo (#280) * Fix some typos (#311) * Let OOB batch files to pass parameters like "/p" to spkl.exe * Add support for workflow base class Fix dependency load error * Fix dependency load error (#346) * ix dependency load error - Cannot resolve dependency to assembly 'Sy… …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 * Add support for workflow base class Fix dependency load error * #308 Removed dependency on OrganizationServiceProxy that does not support OAuth * 🧹 Fixed typo and formatting * 🧹 Code formatting clean up * 🧪 Unit/Integration Test Playlists * 📦 Updated to latest nuget packages * Added FilteringService dependencies * Removed WindowsForms reference from nuget package as it's no longer included in the SDK * Updated nuget spec to depend on CoreTools 9.1.0.25 * Compare web resources content before update (#352) * Comparing WebResource content, to skip unnecessary update * Comparing WebResource content, to skip unnecessary update * Ability to specify earlybound types as array, not single string with comma separator * #354 Export command 🧹 Code formatting tidy up * Use xrm tooling for command line login prompt (#373) * #369 New Command Line Login using Xrm.Tooling * Added message about /l legacy login switch * #366 - Allow registering of combined plugin/wf activity libraries (#374) * 🐛 Pick up Release assembly when in Release mode Co-authored-by: Andy Elsmore <[email protected]> Co-authored-by: pawelgradecki <[email protected]>
- Loading branch information
1 parent
9da12da
commit 59af74c
Showing
73 changed files
with
14,956 additions
and
493 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 |
---|---|---|
|
@@ -139,3 +139,4 @@ UpgradeLog*.XML | |
*.ide-shm | ||
*.ide-wal | ||
/.vs | ||
/spkl/.vs/spkl |
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
Binary file not shown.
98 changes: 98 additions & 0 deletions
98
spkl/CrmSvcUtilFilteringService/bin/coretools/CrmSvcUtil.exe.config
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,98 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="MaxCrmConnectionTimeOutMinutes" value="20"/> | ||
</appSettings> | ||
<system.diagnostics> | ||
<trace autoflush="true"/> | ||
<sources> | ||
<source name="Microsoft.Xrm.Tooling.Connector.CrmServiceClient" switchName="Microsoft.Xrm.Tooling.Connector.CrmServiceClient" switchType="System.Diagnostics.SourceSwitch"> | ||
<listeners> | ||
<add name="console" type="System.Diagnostics.ConsoleTraceListener"/> | ||
<add name="fileListener"/> | ||
</listeners> | ||
</source> | ||
<source name="Microsoft.Xrm.Tooling.CrmConnectControl" switchName="Microsoft.Xrm.Tooling.CrmConnectControl" switchType="System.Diagnostics.SourceSwitch"> | ||
<listeners> | ||
<add name="console" type="System.Diagnostics.ConsoleTraceListener"/> | ||
<add name="fileListener"/> | ||
</listeners> | ||
</source> | ||
<source name="CrmSvcUtil" switchName="CrmSvcUtil" switchType="System.Diagnostics.SourceSwitch"> | ||
<listeners> | ||
<add name="console" type="System.Diagnostics.ConsoleTraceListener"/> | ||
<add name="fileListener"/> | ||
</listeners> | ||
</source> | ||
<!-- ADAL Log Source --> | ||
<source name="Microsoft.IdentityModel.Clients.ActiveDirectory" switchName="Microsoft.IdentityModel.Clients.ActiveDirectory" switchType="System.Diagnostics.SourceSwitch"> | ||
<listeners> | ||
<add name="console" type="System.Diagnostics.DefaultTraceListener" /> | ||
<add name="ADALListener" /> | ||
</listeners> | ||
</source> | ||
</sources> | ||
<switches> | ||
<!--Possible values for switches: Off, Error, Warning, Information, Verbose | ||
Verbose: includes Error, Warning, Info, Trace levels | ||
Information: includes Error, Warning, Info levels | ||
Warning: includes Error, Warning levels | ||
Error: includes Error level--> | ||
<add name="Microsoft.Xrm.Tooling.CrmConnectControl" value="Error"/> | ||
<add name="Microsoft.Xrm.Tooling.Connector.CrmServiceClient" value="Error"/> | ||
<add name="CrmSvcUtil" value="Error"/> | ||
<add name="Microsoft.IdentityModel.Clients.ActiveDirectory" value="Error" /> | ||
</switches> | ||
<sharedListeners> | ||
<add name="fileListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="CrmSvcUtil.log"/> | ||
<add name="ADALListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="ADAL_CrmSvcUtil.log" /> | ||
</sharedListeners> | ||
</system.diagnostics> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Crm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Sdk.Workflow" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Crm.Sdk.Proxy" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Sdk.Deployment" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Crm.Workflow" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Crm" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="4.0.0.0-9.0.0.0" newVersion="9.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Tooling.Connector" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="1.0.0.0-99.0.0.0" newVersion="4.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Tooling.CrmConnectControl" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="1.0.0.0-99.0.0.0" newVersion="4.0.0.0"/> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Microsoft.Xrm.Tooling.Ui.Styles" publicKeyToken="31bf3856ad364e35" culture="neutral"/> | ||
<bindingRedirect oldVersion="1.0.0.0-99.0.0.0" newVersion="4.0.0.0"/> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> | ||
</startup> | ||
</configuration> |
Oops, something went wrong.