Fix (new TOM) for https://github.com/microsoft/Analysis-Services/issues/47
This commit is contained in:
parent
ab25dd4aa5
commit
a7fb7ef079
@ -46,20 +46,20 @@
|
||||
<ApplicationIcon>BismNorm.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
|
@ -277,7 +277,7 @@ namespace AlmToolkit
|
||||
catch (TomInternalException)
|
||||
{
|
||||
//todo: delete extra info once Oren's fix
|
||||
MessageBox.Show("TOM internal serialization error occurred.\n\nThis is likely caused by a known bug in TOM that is being worked on. In the meantime, the workaround is described here:\nhttps://github.com/microsoft/Analysis-Services/issues/47", Utils.AssemblyProduct, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show("TOM internal serialization error occurred.", Utils.AssemblyProduct, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
SetNotComparedState();
|
||||
}
|
||||
catch (Exception exc)
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("5.0.3.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.3.0")]
|
||||
[assembly: AssemblyVersion("5.0.4.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.4.0")]
|
||||
|
@ -4,7 +4,7 @@
|
||||
<package id="cef.redist.x86" version="3.3239.1723" targetFramework="net461" />
|
||||
<package id="CefSharp.Common" version="63.0.3" targetFramework="net461" />
|
||||
<package id="CefSharp.WinForms" version="63.0.3" targetFramework="net461" />
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.4.0.5" targetFramework="net472" />
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.6.0.1" targetFramework="net472" />
|
||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
||||
<package id="Octokit" version="0.36.0" targetFramework="net472" />
|
||||
</packages>
|
@ -21,12 +21,6 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_0020EC0A2900F50F0F5DCC3E7BBE4237"
|
||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_0182F649532C289AB58CA84091A3EF12"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -46,6 +40,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_0182F649532C289AB58CA84091A3EF12"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_0182F649532C289AB58CA84091A3EF12"
|
||||
"OwnerKey" = "8:_3BA1BB04BE8689BEF79234210621C61F"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -309,6 +309,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_1B2251DD757994082D5D85D7C9A38F82"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_1BC4692718F94CD799480D14260E2A0D"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -357,6 +363,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_24119C3E255B44849B7051DE458A42AA"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -532,6 +544,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_4126FF7CFF23C51CF812060FAEF25A8B"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_4126FF7CFF23C51CF812060FAEF25A8B"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -652,6 +670,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_4BD33B3CE11FBA409F994DAC22BFA8B3"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_4BD33B3CE11FBA409F994DAC22BFA8B3"
|
||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -994,6 +1018,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -1107,6 +1137,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7C49A244BD86813B688A86097B64A4BB"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7C66897615D04979AA00553FFBE9F869"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -1162,6 +1198,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7FE319AF420BED1331D231C9E53A5979"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_7FE319AF420BED1331D231C9E53A5979"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -1318,6 +1360,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_8E074FE5AC5B455E0A4D2F176BA182EC"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_8E074FE5AC5B455E0A4D2F176BA182EC"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -1378,6 +1426,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_90FAC219254FDDE26D273DDEF52262FA"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_90FAC219254FDDE26D273DDEF52262FA"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -1714,6 +1768,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_BE16C201755759965787B7DDD5BFF7B9"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_BE16C201755759965787B7DDD5BFF7B9"
|
||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -1780,6 +1840,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_C097D550A85D95BEFF69F1B452227F75"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_C097D550A85D95BEFF69F1B452227F75"
|
||||
"OwnerKey" = "8:_1B2251DD757994082D5D85D7C9A38F82"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -2158,6 +2224,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_E6C48E30804B563751F799BDB82D2D5F"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_E6C48E30804B563751F799BDB82D2D5F"
|
||||
"OwnerKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -2241,6 +2313,12 @@
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_EEEF3B4DA37D965DCA452A1E7B283C82"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_EF0C782C601F42DE8C7EF094FA4ED82E"
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
@ -2476,6 +2554,12 @@
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_0FD8120FEC5AB531A28085D3548D2C38"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
@ -2758,7 +2842,7 @@
|
||||
{
|
||||
"Name" = "8:.NET Framework"
|
||||
"Message" = "8:[VSDNETMSG]"
|
||||
"FrameworkVersion" = "8:v4.6.1 "
|
||||
"FrameworkVersion" = "8:v4.6.1 "
|
||||
"AllowLaterVersions" = "11:FALSE"
|
||||
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728"
|
||||
}
|
||||
@ -3703,6 +3787,37 @@
|
||||
"IsDependency" = "11:FALSE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
{
|
||||
"AssemblyRegister" = "3:1"
|
||||
"AssemblyIsInGAC" = "11:FALSE"
|
||||
"AssemblyAsmDisplayName" = "8:BismNormalizer, Version=5.0.3.0, Culture=neutral, PublicKeyToken=aa6675aad991a644, processorArchitecture=MSIL"
|
||||
"ScatterAssemblies"
|
||||
{
|
||||
"_1F23AE629378259BAD7F2BCAB42727AD"
|
||||
{
|
||||
"Name" = "8:BismNormalizer.dll"
|
||||
"Attributes" = "3:512"
|
||||
}
|
||||
}
|
||||
"SourcePath" = "8:..\\BismNormalizer\\bin\\ReleaseObfusc\\BismNormalizer.dll"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||
"Condition" = "8:"
|
||||
"Transitive" = "11:FALSE"
|
||||
"Vital" = "11:TRUE"
|
||||
"ReadOnly" = "11:FALSE"
|
||||
"Hidden" = "11:FALSE"
|
||||
"System" = "11:FALSE"
|
||||
"Permanent" = "11:FALSE"
|
||||
"SharedLegacy" = "11:FALSE"
|
||||
"PackageAs" = "3:1"
|
||||
"Register" = "3:1"
|
||||
"Exclude" = "11:FALSE"
|
||||
"IsDependency" = "11:TRUE"
|
||||
"IsolateTo" = "8:"
|
||||
}
|
||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_24119C3E255B44849B7051DE458A42AA"
|
||||
{
|
||||
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\x86\\d3dcompiler_47.dll"
|
||||
@ -9173,15 +9288,15 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:Power BI ALM Toolkit"
|
||||
"ProductCode" = "8:{60A65591-95AF-4674-9F14-A2C953152253}"
|
||||
"PackageCode" = "8:{17167CB8-791A-4904-953A-B07CC2BD3A26}"
|
||||
"ProductCode" = "8:{E745B3B0-E52F-494A-B733-AE687637A459}"
|
||||
"PackageCode" = "8:{8BBDFA41-A3B5-4A30-ACE9-31235AE6F1F4}"
|
||||
"UpgradeCode" = "8:{96819CFD-6462-4AD1-ADB4-7903F30ADB92}"
|
||||
"AspNetVersion" = "8:4.0.30319.0"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:TRUE"
|
||||
"ProductVersion" = "8:5.0.3"
|
||||
"ProductVersion" = "8:5.0.4"
|
||||
"Manufacturer" = "8:Power BI ALM Toolkit"
|
||||
"ARPHELPTELEPHONE" = "8:"
|
||||
"ARPHELPLINK" = "8:"
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("5.0.3.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.3.0")]
|
||||
[assembly: AssemblyVersion("5.0.4.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.4.0")]
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("5.0.3.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.3.0")]
|
||||
[assembly: AssemblyVersion("5.0.4.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.4.0")]
|
||||
|
@ -40,20 +40,20 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.0.5.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.0.5\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.0.5.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.0.5\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.0.5.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.0.5\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.0.5.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.0.5.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
</ItemGroup>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.0.5" targetFramework="net472" />
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.6.0.1" targetFramework="net472" />
|
||||
</packages>
|
Binary file not shown.
@ -101,20 +101,20 @@
|
||||
<Reference Include="Microsoft.AI.WindowsServer, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.8.1\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.4.0.5, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.4.0.5\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=18.6.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.18.6.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.ApplicationInsights, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.ApplicationInsights.2.8.1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
|
||||
|
Binary file not shown.
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("5.0.3.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.3.0")]
|
||||
[assembly: AssemblyVersion("5.0.4.0")]
|
||||
[assembly: AssemblyFileVersion("5.0.4.0")]
|
||||
|
@ -23,7 +23,6 @@ namespace BismNormalizer.TabularCompare
|
||||
var config = new TelemetryConfiguration();
|
||||
config.InstrumentationKey = TelemetryKey;
|
||||
config.TelemetryChannel = new Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel();
|
||||
//config.TelemetryChannel = new Microsoft.ApplicationInsights.Channel.InMemoryChannel(); // Default channel
|
||||
config.TelemetryChannel.DeveloperMode = Debugger.IsAttached;
|
||||
#if DEBUG
|
||||
config.TelemetryChannel.DeveloperMode = true;
|
||||
@ -32,7 +31,6 @@ namespace BismNormalizer.TabularCompare
|
||||
client.Context.Component.Version = Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
client.Context.Session.Id = Guid.NewGuid().ToString();
|
||||
client.Context.User.Id = (Environment.UserName + Environment.MachineName).GetHashCode().ToString();
|
||||
//client.Context.Device.OperatingSystem = Environment.OSVersion.ToString();
|
||||
return client;
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<packages>
|
||||
<package id="EnvDTE" version="8.0.2" targetFramework="net472" />
|
||||
<package id="EnvDTE80" version="8.0.3" targetFramework="net472" />
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.4.0.5" targetFramework="net472" />
|
||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="18.6.0.1" targetFramework="net472" />
|
||||
<package id="Microsoft.ApplicationInsights" version="2.8.1" targetFramework="net461" />
|
||||
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net461" />
|
||||
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.8.1" targetFramework="net461" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="5.0.3.0" Language="en-US" Publisher="BISM Normalizer" />
|
||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="5.0.4.0" Language="en-US" Publisher="BISM Normalizer" />
|
||||
<DisplayName>BISM Normalizer</DisplayName>
|
||||
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
||||
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
||||
|
Loading…
Reference in New Issue
Block a user