Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Pushed a new version and updated FakeXrmEeasy's logo yeah!
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Jan 30, 2020
1 parent 6b7fc52 commit a19cfdb
Show file tree
Hide file tree
Showing 106 changed files with 4,589 additions and 4,453 deletions.
4 changes: 2 additions & 2 deletions DevToolkitSamples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
2 changes: 1 addition & 1 deletion FakeXrmEasy.2011.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion FakeXrmEasy.2013.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2013 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions FakeXrmEasy.2013/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
2 changes: 1 addition & 1 deletion FakeXrmEasy.2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2015 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions FakeXrmEasy.2015/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
2 changes: 1 addition & 1 deletion FakeXrmEasy.2016.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 2016 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions FakeXrmEasy.2016/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
2 changes: 1 addition & 1 deletion FakeXrmEasy.365.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 365 by faking the IOrganizationService against an In-Memory context which runs blazing fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions FakeXrmEasy.365/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
2 changes: 1 addition & 1 deletion FakeXrmEasy.9.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners>@jordimontana</owners>
<licenseUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/LICENSE.md</licenseUrl>
<projectUrl>http://dynamicsvalue.com/home?source=nuget</projectUrl>
<iconUrl>http://dynamicsvalue.com/images/fakexrmeasy.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/jordimontana82/fake-xrm-easy/master/FakeXrmEasyLogo_128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Utilities to streamline unit testing in Dynamics CRM 365 by faking the IOrganizationService against an In-Memory context which runs blazing fast.</description>
<releaseNotes>@releaseNotes@</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions FakeXrmEasy.9/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests.2013/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests.2015/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests.2016/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests.365/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests.9/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
4 changes: 2 additions & 2 deletions FakeXrmEasy.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.44.0.0")]
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
6 changes: 3 additions & 3 deletions FakeXrmEasy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.56.0.0")]
[assembly: AssemblyFileVersion("1.56.0.0")]
[assembly: AssemblyInformationalVersion("1.56.0.0 - master - c0b19a")]
[assembly: AssemblyVersion("1.57.0.0")]
[assembly: AssemblyFileVersion("1.57.0.0")]
[assembly: AssemblyInformationalVersion("1.57.0.0 - master - 6b7fc5")]
2 changes: 1 addition & 1 deletion Install-scripts/2011/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2011?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2011?version=1.57.0")

2 changes: 1 addition & 1 deletion Install-scripts/2013/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2013?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2013?version=1.57.0")
2 changes: 1 addition & 1 deletion Install-scripts/2015/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2015?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2015?version=1.57.0")

2 changes: 1 addition & 1 deletion Install-scripts/2016/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2016?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-2016?version=1.57.0")

2 changes: 1 addition & 1 deletion Install-scripts/365/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-365?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-365?version=1.57.0")

2 changes: 1 addition & 1 deletion Install-scripts/9/Install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param($installPath, $toolsPath, $package, $project)

$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-9?version=1.56.0")
$DTE.ItemOperations.Navigate("http://dynamicsvalue.com/get-started/nuget-install-9?version=1.57.0")

4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ let nugetDeployDir = @"[Enter_NuGet_Url]"
let packagesDir = @".\packages\"

let nuGetCommandLine = @".\tools\nuget\nuget410.exe"
let mutable previousVersion = "1.55.0"
let mutable version = "1.56.0" //Copy this into previousVersion before publishing packages...
let mutable previousVersion = "1.56.0"
let mutable version = "1.57.0" //Copy this into previousVersion before publishing packages...
let mutable build = buildVersion
let mutable nugetVersion = version
let mutable asmVersion = version
Expand Down
10 changes: 5 additions & 5 deletions test/reports/FakeXrmEasy_AccessRightsRepository.htm
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ <h2 id="DGitfakexrmeasyFakeXrmEasySharedPermissionsAccessRightsRepositorycs">D:\
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>10</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;{</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>11</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;Dictionary&lt;EntityReference,&nbsp;List&lt;PrincipalAccess&gt;&gt;&nbsp;_accessRights;</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>12</code></td><td></td><td class="lightgray"><code></code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4222', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4222</td><td class="rightmargin right"><code>13</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;AccessRightsRepository()</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4222', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4222</td><td class="rightmargin right"><code>14</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4240', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4240</td><td class="rightmargin right"><code>13</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;AccessRightsRepository()</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4240', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4240</td><td class="rightmargin right"><code>14</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>15</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//One&nbsp;record&nbsp;might&nbsp;be&nbsp;accessed&nbsp;from&nbsp;many&nbsp;security&nbsp;principals</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4222', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4222</td><td class="rightmargin right"><code>16</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_accessRights&nbsp;=&nbsp;new&nbsp;Dictionary&lt;EntityReference,&nbsp;List&lt;PrincipalAccess&gt;&gt;();</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4222', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4222</td><td class="rightmargin right"><code>17</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4240', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4240</td><td class="rightmargin right"><code>16</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_accessRights&nbsp;=&nbsp;new&nbsp;Dictionary&lt;EntityReference,&nbsp;List&lt;PrincipalAccess&gt;&gt;();</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '4240', 'LVS': 'green'}}"><td class="green">&nbsp;</td><td class="leftmargin rightmargin right">4240</td><td class="rightmargin right"><code>17</code></td><td></td><td class="lightgreen"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>18</code></td><td></td><td class="lightgray"><code></code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>19</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;&lt;summary&gt;</code></td></tr>
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>20</code></td><td></td><td class="lightgray"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;///&nbsp;Grants&nbsp;the&nbsp;specified&nbsp;rights&nbsp;to&nbsp;the&nbsp;security&nbsp;principal&nbsp;(user&nbsp;or&nbsp;team)&nbsp;for&nbsp;the&nbsp;specified&nbsp;record</code></td></tr>
Expand Down Expand Up @@ -167,6 +167,6 @@ <h2 id="DGitfakexrmeasyFakeXrmEasySharedPermissionsAccessRightsRepositorycs">D:\
<tr data-coverage="{'AllTestMethods': {'VC': '', 'LVS': 'gray'}}"><td class="gray">&nbsp;</td><td class="leftmargin rightmargin right"></td><td class="rightmargin right"><code>123</code></td><td></td><td class="lightgray"><code>}</code></td></tr>
</tbody>
</table>
<div class="footer">Generated by: ReportGenerator 2.4.5.0<br />28/01/2020 - 3:03:24<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<div class="footer">Generated by: ReportGenerator 2.4.5.0<br />30/01/2020 - 3:50:31<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div>
<script type="text/javascript" src="combined.js"></script>
</body></html>
Loading

0 comments on commit a19cfdb

Please sign in to comment.