eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
220 stars 114 forks source link

Package Fasterflect.Xpand 2.0.6 is not compatible with net48 #565

Closed larspl closed 4 years ago

larspl commented 4 years ago

Hi Tolis,

do you have a time schedule in mind, when you do the port to net48 ?

got this as the ONLY one error after migration of XAF app for .net48

Package Fasterflect.Xpand 2.0.6 is not compatible with net48 (.NETFramework,Version=v4.8). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0)

Cheers Lars

apobekiaris commented 4 years ago

I am not sure where your problem is exactly. Xpand.FasterF;lect is as you can see a .NETStandard 2 library which means that is compatible with net461 and above. you can confirm this by creating a XAF empy solution add the Xpand.FasterFlect and use one of its methods. Many modules are already using it which target net461

apobekiaris commented 4 years ago

if u have a sample it will help find the problem

larspl commented 4 years ago

Hi Tolis, thank you for reply.

i play a bit with net48 and net462.. but the error is stable wenn MSBuild is running.

Hope this test helps to resolve the fixation of fasterflect to netstandard2.0

2019-10-04T22:23:58.5143185Z SYSTEMVSSCONNECTION exists true 2019-10-04T22:23:58.5299433Z [command]c:\tfsagents\dgvcrmagent_work_tasks\NuGetInstaller_333b11bd-d341-40d9-afcf-b32d5ce6f23b\0.2.31\node_modules\nuget-task-common\NuGet\4.0.0\NuGet.exe restore -NonInteractive c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.sln 2019-10-04T22:23:59.0612110Z MSBuild auto-detection: using msbuild version '15.8.169.51996' from 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\bin'. 2019-10-04T22:24:00.1862026Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\pnc.dgv.cdb.Module.Web.csproj... 2019-10-04T22:24:00.1862026Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\pnc.dgv.cdb.Web.csproj... 2019-10-04T22:24:00.1862026Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj... 2019-10-04T22:24:00.7018201Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-04T22:24:00.7018201Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-04T22:24:00.7018201Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-04T22:24:00.7018201Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-04T22:24:00.7018201Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-04T22:24:00.7018201Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-04T22:24:00.7018201Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-04T22:24:00.7018201Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-04T22:24:00.7018201Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-04T22:24:00.7018201Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win).

apobekiaris commented 4 years ago

O cannot tell where is the problem from the info you posted. This is what I tried:

  1. Create a new Empty XAF solution which default to net472
  2. Install latest nuget SystemWin package from lab servers which has a dependecy FeasterFlect.Xpand 2.06
  3. Run with no issues

attaching my sample Solution267.zip

larspl commented 4 years ago

O cannot tell where is the problem from the info you posted. This is what I tried:

  1. Create a new Empty XAF solution which default to net472
  2. Install latest nuget SystemWin package from lab servers which has a dependecy FeasterFlect.Xpand 2.06
  3. Run with no issues

attaching my sample Solution267.zip

Hi Tolis, i use System.Web ONLY . IN web Solution with TFS Build Agent.. the Project Build fails.

2019-10-11T08:30:01.3298111Z 429 http://lab.releases.expandframework.com/FindPackagesById()?id='Xpand.XAF.Modules.ViewEditMode' 1026ms 2019-10-11T08:30:01.5485548Z Package Fasterflect.Xpand 2.0.6 is not compatible with net48 (.NETFramework,Version=v4.8). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T08:30:01.5485548Z One or more packages are incompatible with .NETFramework,Version=v4.8. 2019-10-11T08:30:01.5485548Z Package Fasterflect.Xpand 2.0.6 is not compatible with net48 (.NETFramework,Version=v4.8) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T08:30:01.5485548Z One or more packages are incompatible with .NETFramework,Version=v4.8 (win). 2019-10-11T08:30:01.5485548Z Package Fasterflect.Xpand 2.0.6 is not compatible with net48 (.NETFramework,Version=v4.8) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T08:30:01.5485548Z One or more packages are incompatible with .NETFramework,Version=v4.8 (win-x64). 2019-10-11T08:30:01.5485548Z Package Fasterflect.Xpand 2.0.6 is not compatible with net48 (.NETFramework,Version=v4.8) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T08:30:01.5485548Z One or more packages are incompatible with .NETFramework,Version=v4.8 (win-x86). 2019-10-11T08:30:01.5485548Z Committing restore...

larspl commented 4 years ago

Hi Tolis,

i use latest 19.1.506 xpand version. i use System.Web ONLY . I use DC in XAF. In web Solution with TFS Build Agent.. the Project Build fails.

i try net4.8, 4.72 and 4.6.2 -> at all i get this Build Error ( no matter local debug or remote Build )
i you can't fix the fasterFlect Reference to netStandard ASAP, may be u can give me a hint how i can remove all the dependency in Xpand Code to this LIB.

2019-10-11T09:30:05.4098214Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj... 2019-10-11T09:30:05.9411999Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-11T09:30:05.9567010Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-11T09:30:05.9567010Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-11T09:30:05.9567010Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-11T09:30:05.9567010Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-11T09:30:05.9567010Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86).

apobekiaris commented 4 years ago

u cannot remove the dependency I am afraid its everywhere, and I do not think it relates to the cause of your problem it is just a side effect. Xpand.Xpo, Xpand.utils are netstard libs as well. If I have something newer I will update u. NetStandard is fully compatible to net461 and above.

https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support

expand commented 4 years ago

The DevExpress.XAF repository includes commits that relate to this task:

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use the Xpand.XAF.Modules directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

expand commented 4 years ago

eXpand.lab release 19.1.605.1 includes commit that relate to this task:

Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS.

Thanks a lot for your contribution.

larspl commented 4 years ago

Hi Tolis,

after update to 19.1.605.2 i get the following error on local debug: no.. compile runs without error. if i try to update model in solution,

i get this: ( its the same erro when i try to open the model editor. ) at DevExpress.ExpressApp.Utils.Reflection.TypeData.CreateInstance(Object[] args) at DevExpress.ExpressApp.ModuleBase.CreateModule(Type moduleType, ModelStoreBase diffsStore) at DevExpress.ExpressApp.Core.ModuleFactory.ModuleFactoryWithResourcesDiffsStore.CreateModule(Type moduleType) at DevExpress.ExpressApp.ApplicationModulesManager.AddModule(Type moduleType, Boolean loadModuleDiffs) at DevExpress.ExpressApp.Utils.DesignerModelFactory.CreateModulesManager(ModuleBase module, String assembliesPath, List`1 additionalModules, ISecurityStrategyBase securityInstance) at DevExpress.ExpressApp.Design.ModelEditor.ModelLoader.LoadModel(ITypeDiscoveryService typeDiscoveryService, ITypeResolutionService typeResolutionService, String targetDiffFileName, IDisposable& obj) at DevExpress.ExpressApp.Design.ModelEditor.EditorPane.CreateModelEditorController() at DevExpress.ExpressApp.Design.ModelEditor.EditorPane.PrivateInit(String fileName, ProjectItem currentProjectItem, IVsHierarchy pvHier) ----------InnerException---------- The type initializer for 'Xpand.Persistent.Base.General.XpandModuleBase' threw an exception. ----------StackTrace---------- at Xpand.Persistent.Base.General.XpandModuleBase..ctor() at Xpand.ExpressApp.ViewVariants.XpandViewVariantsModule..ctor() in D:\a\1\s\Xpand\Xpand.ExpressApp.Modules\ViewVariants\XpandViewVariantsModule.cs:line 27 at Create_XpandViewVariantsModule() at DevExpress.ExpressApp.Utils.Reflection.TypeData.CreateInstance(Object[] args) ----------InnerException---------- Access to the path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\netstandard.dll' is denied. ----------StackTrace---------- at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Xpand.Utils.Helpers.StreamExtensions.SaveToFile(Stream stream, String filePath) in D:\a\1\s\Xpand\Xpand.Utils\Helpers\StreamExtensions.cs:line 13 at Xpand.Persistent.Base.General.XpandModuleBase..cctor() in D:\a\1\s\Xpand\Xpand.Persistent\Xpand.Persistent.Base\General\XpandModuleBase.cs:line 99

apobekiaris commented 4 years ago

u missed to post the error

larspl commented 4 years ago

u missed to post the error

ups.. now

larspl commented 4 years ago

here u find the tfs build output; 2019-10-12T16:32:30.5491798Z ##[section]Starting: NuGet restore ***.sln 2019-10-12T16:32:30.5648041Z ============================================================================== 2019-10-12T16:32:30.5648041Z Task : NuGet Installer 2019-10-12T16:32:30.5648041Z Description : Installs or restores missing NuGet packages 2019-10-12T16:32:30.5648041Z Version : 0.2.31 2019-10-12T16:32:30.5648041Z Author : Microsoft Corporation 2019-10-12T16:32:30.5648041Z Help : More Information 2019-10-12T16:32:30.5648041Z ============================================================================== 2019-10-12T16:32:31.0647970Z [command]C:\Windows\system32\chcp.com 65001 2019-10-12T16:32:31.0804255Z Aktive Codepage: 65001. 2019-10-12T16:32:31.3929178Z Detected NuGet version 4.0.0.2283 / 4.0.0 2019-10-12T16:32:31.3929178Z SYSTEMVSSCONNECTION exists true 2019-10-12T16:32:31.3929178Z [command]c:\tfsagents\dgvcrmagent_work_tasks\NuGetInstaller_333b11bd-d341-40d9-afcf-b32d5ce6f23b\0.2.31\node_modules\nuget-task-common\NuGet\4.0.0\NuGet.exe restore -NonInteractive c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.sln -NoCache 2019-10-12T16:32:31.8929208Z MSBuild auto-detection: using msbuild version '15.8.169.51996' from 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\bin'. 2019-10-12T16:32:32.9554271Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\pnc.dgv.cdb.Module.Web.csproj... 2019-10-12T16:32:32.9710227Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\pnc.dgv.cdb.Web.csproj... 2019-10-12T16:32:32.9710227Z Restoring packages for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj... 2019-10-12T16:32:33.1741454Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandDashboard' 2019-10-12T16:32:33.1897783Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb' 2019-10-12T16:32:33.2210226Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb' 2019-10-12T16:32:33.2210226Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState' 2019-10-12T16:32:33.2366483Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb' 2019-10-12T16:32:33.2366483Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference' 2019-10-12T16:32:33.2522748Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb' 2019-10-12T16:32:33.2522748Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity' 2019-10-12T16:32:33.2679005Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem' 2019-10-12T16:32:33.2835236Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation' 2019-10-12T16:32:33.3147741Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants' 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandsecurityweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandmodeldifferenceweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expanddashboard/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandmodeldifferenceweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandmodelartifactstate/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandsystemweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandsystemweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandsecurityweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandvalidationweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandvalidationweb/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 2019-10-12T16:32:33.4241407Z GET https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 2019-10-12T16:32:33.4397658Z GET https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 2019-10-12T16:32:33.5491565Z OK https://api.nuget.org/v3-flatcontainer/expandmodeldifferenceweb/index.json 122ms 2019-10-12T16:32:33.5960750Z OK https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 166ms 2019-10-12T16:32:33.9085366Z OK https://api.nuget.org/v3-flatcontainer/expandsecurityweb/index.json 490ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandsecurityweb/index.json 485ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandsystemweb/index.json 486ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandsystemweb/index.json 486ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandmodelartifactstate/index.json 487ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expanddashboard/index.json 494ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 492ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 493ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandmodeldifferenceweb/index.json 495ms 2019-10-12T16:32:33.9241346Z OK https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 494ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandsecurity/index.json 501ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandvalidationweb/index.json 502ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 501ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 498ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandvalidationweb/index.json 503ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 495ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 496ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandviewvariants/index.json 499ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandmodeldifference/index.json 506ms 2019-10-12T16:32:33.9397628Z OK https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 504ms 2019-10-12T16:32:33.9553899Z OK https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 515ms 2019-10-12T16:32:33.9553899Z OK https://api.nuget.org/v3-flatcontainer/expandsystem/index.json 510ms 2019-10-12T16:32:33.9553899Z OK https://api.nuget.org/v3-flatcontainer/expandvalidation/index.json 518ms 2019-10-12T16:32:34.0491401Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandDashboard' 878ms 2019-10-12T16:32:34.0647617Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState' 838ms 2019-10-12T16:32:34.0803912Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandDashboard',Version='19.1.605.2')/Download 2019-10-12T16:32:34.1429090Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb' 953ms 2019-10-12T16:32:34.2053891Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState'&$skip=100 2019-10-12T16:32:34.2366386Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference' 989ms 2019-10-12T16:32:34.2835090Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb'&$skip=100 2019-10-12T16:32:34.3460559Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb' 1090ms 2019-10-12T16:32:34.3616305Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference'&$skip=100 2019-10-12T16:32:34.4241959Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants' 1112ms 2019-10-12T16:32:34.5179083Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb'&$skip=100 2019-10-12T16:32:34.5179083Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb' 1270ms 2019-10-12T16:32:34.5647715Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants'&$skip=100 2019-10-12T16:32:34.5804100Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity' 1316ms 2019-10-12T16:32:34.6428752Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb'&$skip=100 2019-10-12T16:32:34.6585229Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation' 1364ms 2019-10-12T16:32:34.7053808Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity'&$skip=100 2019-10-12T16:32:34.7366910Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem' 1461ms 2019-10-12T16:32:34.7991245Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation'&$skip=100 2019-10-12T16:32:34.8148017Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb' 1590ms 2019-10-12T16:32:34.8303971Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandDashboard',Version='19.1.605.2')/Download 740ms 2019-10-12T16:32:34.8772501Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem'&$skip=100 2019-10-12T16:32:34.9241554Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState'&$skip=100 711ms 2019-10-12T16:32:34.9397489Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState'&$skip=200 2019-10-12T16:32:34.9553755Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb'&$skip=100 2019-10-12T16:32:34.9866226Z GET https://api.nuget.org/v3-flatcontainer/expandlib/index.json 2019-10-12T16:32:34.9866226Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib' 2019-10-12T16:32:35.0022515Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb'&$skip=100 715ms 2019-10-12T16:32:35.0022515Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.clonemodelview/index.json 2019-10-12T16:32:35.0022515Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.CloneModelView' 2019-10-12T16:32:35.0178731Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive/index.json 2019-10-12T16:32:35.0178731Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.Reactive' 2019-10-12T16:32:35.0178731Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive.logger/index.json 2019-10-12T16:32:35.0178731Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.Reactive.Logger' 2019-10-12T16:32:35.0340976Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb'&$skip=200 2019-10-12T16:32:35.0340976Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.vieweditmode/index.json 2019-10-12T16:32:35.0340976Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ViewEditMode' 2019-10-12T16:32:35.0960061Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference'&$skip=100 723ms 2019-10-12T16:32:35.1116221Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference'&$skip=200 2019-10-12T16:32:35.1429702Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.clonemodelview/index.json 126ms 2019-10-12T16:32:35.1429702Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive/index.json 128ms 2019-10-12T16:32:35.1742109Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb'&$skip=100 665ms 2019-10-12T16:32:35.2054542Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb'&$skip=200 2019-10-12T16:32:35.2523435Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants'&$skip=100 696ms 2019-10-12T16:32:35.2835819Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants'&$skip=200 2019-10-12T16:32:35.3461041Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb'&$skip=100 701ms 2019-10-12T16:32:35.3773319Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb'&$skip=200 2019-10-12T16:32:35.4242357Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity'&$skip=100 723ms 2019-10-12T16:32:35.4242357Z OK https://api.nuget.org/v3-flatcontainer/expandlib/index.json 442ms 2019-10-12T16:32:35.4554522Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity'&$skip=200 2019-10-12T16:32:35.4711078Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.vieweditmode/index.json 441ms 2019-10-12T16:32:35.4711078Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive.logger/index.json 454ms 2019-10-12T16:32:35.4867036Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive.logger/0.0.13/xpand.xaf.modules.reactive.logger.0.0.13.nupkg 2019-10-12T16:32:35.5179490Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation'&$skip=100 706ms 2019-10-12T16:32:35.5335759Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation'&$skip=200 2019-10-12T16:32:35.5960985Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem'&$skip=100 715ms 2019-10-12T16:32:35.6116998Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem'&$skip=200 2019-10-12T16:32:35.6898287Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib' 695ms 2019-10-12T16:32:35.7054473Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib'&$skip=100 2019-10-12T16:32:35.7523938Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.Reactive' 733ms 2019-10-12T16:32:35.7679465Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.Reactive',Version='1.2.57.2')/Download 2019-10-12T16:32:35.7836779Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifference'&$skip=200 666ms 2019-10-12T16:32:35.7836779Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelDifference',Version='19.1.605.2')/Download 2019-10-12T16:32:35.8309004Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidationWeb'&$skip=200 629ms 2019-10-12T16:32:35.8933923Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandValidationWeb',Version='19.1.605.2')/Download 2019-10-12T16:32:35.8933923Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ViewEditMode' 867ms 2019-10-12T16:32:35.9253273Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandViewVariants'&$skip=200 648ms 2019-10-12T16:32:35.9253273Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.reactive.logger/0.0.13/xpand.xaf.modules.reactive.logger.0.0.13.nupkg 449ms 2019-10-12T16:32:35.9402693Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandViewVariants',Version='19.1.605.2')/Download 2019-10-12T16:32:35.9558974Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystemWeb'&$skip=200 582ms 2019-10-12T16:32:35.9720295Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSystemWeb',Version='19.1.605.2')/Download 2019-10-12T16:32:36.0027672Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.CloneModelView' 989ms 2019-10-12T16:32:36.0340233Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ViewEditMode',Version='1.2.57.2')/Download 2019-10-12T16:32:36.0496465Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelArtifactState'&$skip=200 1099ms 2019-10-12T16:32:36.0496465Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelArtifactState',Version='19.1.605.2')/Download 2019-10-12T16:32:36.0652948Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandModelDifferenceWeb'&$skip=200 1043ms 2019-10-12T16:32:36.0808941Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelDifferenceWeb',Version='19.1.605.2')/Download 2019-10-12T16:32:36.0965859Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurity'&$skip=200 652ms 2019-10-12T16:32:36.1121452Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSecurity',Version='19.1.605.2')/Download 2019-10-12T16:32:36.1277674Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.Reactive.Logger' 1097ms 2019-10-12T16:32:36.1277674Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.Reactive.Logger',Version='0.0.11.2')/Download 2019-10-12T16:32:36.1277674Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.CloneModelView',Version='1.0.7.2')/Download 2019-10-12T16:32:36.1902915Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb'&$skip=100 1228ms 2019-10-12T16:32:36.2059848Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb'&$skip=200 2019-10-12T16:32:36.2215208Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandValidation'&$skip=200 684ms 2019-10-12T16:32:36.2215208Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandValidation',Version='19.1.605.2')/Download 2019-10-12T16:32:36.2527806Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSystem'&$skip=200 643ms 2019-10-12T16:32:36.2527806Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSystem',Version='19.1.605.2')/Download 2019-10-12T16:32:36.3309157Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib'&$skip=100 632ms 2019-10-12T16:32:36.3465204Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib'&$skip=200 2019-10-12T16:32:36.3621377Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.Reactive',Version='1.2.57.2')/Download 594ms 2019-10-12T16:32:36.3933952Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandValidationWeb',Version='19.1.605.2')/Download 490ms 2019-10-12T16:32:36.3933952Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelDifference',Version='19.1.605.2')/Download 597ms 2019-10-12T16:32:36.4090141Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.modelviewinheritance/index.json 2019-10-12T16:32:36.4090141Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ModelViewInheritance' 2019-10-12T16:32:36.4246422Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandViewVariants',Version='19.1.605.2')/Download 494ms 2019-10-12T16:32:36.4559154Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ViewEditMode',Version='1.2.57.2')/Download 418ms 2019-10-12T16:32:36.4559154Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSystemWeb',Version='19.1.605.2')/Download 480ms 2019-10-12T16:32:36.4871591Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelArtifactState',Version='19.1.605.2')/Download 437ms 2019-10-12T16:32:36.5027646Z GET https://api.nuget.org/v3-flatcontainer/expandlogic/index.json 2019-10-12T16:32:36.5027646Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic' 2019-10-12T16:32:36.5184487Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandModelDifferenceWeb',Version='19.1.605.2')/Download 433ms 2019-10-12T16:32:36.5184487Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSecurity',Version='19.1.605.2')/Download 417ms 2019-10-12T16:32:36.5340220Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.modelviewinheritance/index.json 134ms 2019-10-12T16:32:36.5496414Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.Reactive.Logger',Version='0.0.11.2')/Download 422ms 2019-10-12T16:32:36.5496414Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.CloneModelView',Version='1.0.7.2')/Download 430ms 2019-10-12T16:32:36.5965695Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandSecurityWeb'&$skip=200 383ms 2019-10-12T16:32:36.5965695Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSecurityWeb',Version='19.1.605.2')/Download 2019-10-12T16:32:36.6121963Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandValidation',Version='19.1.605.2')/Download 383ms 2019-10-12T16:32:36.6277876Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSystem',Version='19.1.605.2')/Download 365ms 2019-10-12T16:32:36.6746351Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLib'&$skip=200 319ms 2019-10-12T16:32:36.6746351Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandLib',Version='19.1.605.2')/Download 2019-10-12T16:32:36.7064939Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.modelmapper/index.json 2019-10-12T16:32:36.7064939Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ModelMapper' 2019-10-12T16:32:36.7377830Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ModelViewInheritance' 333ms 2019-10-12T16:32:36.7533831Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ModelViewInheritance',Version='1.1.47.2')/Download 2019-10-12T16:32:36.7533831Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.clonemembervalue/index.json 2019-10-12T16:32:36.7533831Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.CloneMemberValue' 2019-10-12T16:32:36.7690113Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.hidetoolbar/index.json 2019-10-12T16:32:36.7690113Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.HideToolBar' 2019-10-12T16:32:36.7690113Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.progressbarviewitem/index.json 2019-10-12T16:32:36.7690113Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ProgressBarViewItem' 2019-10-12T16:32:36.7690113Z GET https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.refreshview/index.json 2019-10-12T16:32:36.7690113Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.RefreshView' 2019-10-12T16:32:36.8315732Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic' 327ms 2019-10-12T16:32:36.8471324Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandSecurityWeb',Version='19.1.605.2')/Download 241ms 2019-10-12T16:32:36.8471324Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic'&$skip=100 2019-10-12T16:32:36.8628193Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandLib',Version='19.1.605.2')/Download 176ms 2019-10-12T16:32:36.8783919Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.clonemembervalue/index.json 127ms 2019-10-12T16:32:36.9252757Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ModelMapper' 215ms 2019-10-12T16:32:36.9408962Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ModelMapper',Version='1.1.51.2')/Download 2019-10-12T16:32:36.9408962Z OK https://api.nuget.org/v3-flatcontainer/expandlogic/index.json 443ms 2019-10-12T16:32:36.9877744Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ModelViewInheritance',Version='1.1.47.2')/Download 240ms 2019-10-12T16:32:37.0502799Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.CloneMemberValue' 300ms 2019-10-12T16:32:37.0815043Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.CloneMemberValue',Version='1.2.57.2')/Download 2019-10-12T16:32:37.0972823Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.HideToolBar' 335ms 2019-10-12T16:32:37.1129070Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.HideToolBar',Version='1.0.8.2')/Download 2019-10-12T16:32:37.1285567Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.ProgressBarViewItem' 360ms 2019-10-12T16:32:37.1441551Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ProgressBarViewItem',Version='1.0.8.2')/Download 2019-10-12T16:32:37.1441551Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='Xpand.XAF.Modules.RefreshView' 373ms 2019-10-12T16:32:37.1441551Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.modelmapper/index.json 439ms 2019-10-12T16:32:37.1598241Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.RefreshView',Version='0.0.11.2')/Download 2019-10-12T16:32:37.2066635Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.hidetoolbar/index.json 441ms 2019-10-12T16:32:37.2222814Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.refreshview/index.json 443ms 2019-10-12T16:32:37.2379094Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic'&$skip=100 389ms 2019-10-12T16:32:37.2379094Z OK https://api.nuget.org/v3-flatcontainer/xpand.xaf.modules.progressbarviewitem/index.json 469ms 2019-10-12T16:32:37.2535899Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ModelMapper',Version='1.1.51.2')/Download 320ms 2019-10-12T16:32:37.2848199Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.HideToolBar',Version='1.0.8.2')/Download 176ms 2019-10-12T16:32:37.3004094Z GET https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic'&$skip=200 2019-10-12T16:32:37.3004094Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.CloneMemberValue',Version='1.2.57.2')/Download 215ms 2019-10-12T16:32:37.3160762Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.ProgressBarViewItem',Version='1.0.8.2')/Download 174ms 2019-10-12T16:32:37.3472817Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='Xpand.XAF.Modules.RefreshView',Version='0.0.11.2')/Download 190ms 2019-10-12T16:32:37.4410290Z OK https://xpandnugetserver.azurewebsites.net/nuget/FindPackagesById()?id='eXpandLogic'&$skip=200 151ms 2019-10-12T16:32:37.4566868Z GET https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandLogic',Version='19.1.605.2')/Download 2019-10-12T16:32:37.5973029Z OK https://xpandnugetserver.azurewebsites.net/nuget/Packages(Id='eXpandLogic',Version='19.1.605.2')/Download 137ms 2019-10-12T16:32:37.6597754Z Installing eXpandLogic 19.1.605.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.RefreshView 0.0.11.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.ProgressBarViewItem 1.0.8.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.CloneMemberValue 1.2.57.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.HideToolBar 1.0.8.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.ModelViewInheritance 1.1.47.2. 2019-10-12T16:32:37.6753996Z Installing eXpandLib 19.1.605.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.Reactive.Logger 0.0.11.2. 2019-10-12T16:32:37.6753996Z Installing Xpand.XAF.Modules.CloneModelView 1.0.7.2. 2019-10-12T16:32:37.6910277Z Installing Xpand.XAF.Modules.Reactive 1.2.57.2. 2019-10-12T16:32:37.6910277Z Installing Xpand.XAF.Modules.ViewEditMode 1.2.57.2. 2019-10-12T16:32:37.6910277Z Installing eXpandModelArtifactState 19.1.605.2. 2019-10-12T16:32:37.6910277Z Installing eXpandSystem 19.1.605.2. 2019-10-12T16:32:37.6910277Z Installing eXpandValidation 19.1.605.2. 2019-10-12T16:32:37.6910277Z Installing eXpandSecurity 19.1.605.2. 2019-10-12T16:32:37.6910277Z Installing eXpandViewVariants 19.1.605.2. 2019-10-12T16:32:37.7066997Z Installing eXpandDashboard 19.1.605.2. 2019-10-12T16:32:37.7066997Z Installing Xpand.XAF.Modules.ModelMapper 1.1.51.2. 2019-10-12T16:32:38.6597626Z Installing eXpandValidationWeb 19.1.605.2. 2019-10-12T16:32:40.0191294Z Installing eXpandModelDifference 19.1.605.2. 2019-10-12T16:32:40.0347569Z Installing eXpandSystemWeb 19.1.605.2. 2019-10-12T16:32:40.0347569Z Installing eXpandModelDifferenceWeb 19.1.605.2. 2019-10-12T16:32:40.0347569Z Installing eXpandSecurityWeb 19.1.605.2. 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.4566038Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.5034758Z Committing restore... 2019-10-12T16:32:41.5191005Z Committing restore... 2019-10-12T16:32:41.5191005Z Committing restore... 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\obj\pnc.dgv.cdb.Module.Web.csproj.nuget.g.props. 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\obj\pnc.dgv.cdb.Module.csproj.nuget.g.props. 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\obj\pnc.dgv.cdb.Web.csproj.nuget.g.props. 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\obj\pnc.dgv.cdb.Web.csproj.nuget.g.targets. 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\obj\pnc.dgv.cdb.Module.csproj.nuget.g.targets. 2019-10-12T16:32:41.5191005Z Generating MSBuild file c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\obj\pnc.dgv.cdb.Module.Web.csproj.nuget.g.targets. 2019-10-12T16:32:41.5191005Z Writing lock file to disk. Path: c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\obj\project.assets.json 2019-10-12T16:32:41.5191005Z Writing lock file to disk. Path: c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\obj\project.assets.json 2019-10-12T16:32:41.5191005Z Writing lock file to disk. Path: c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\obj\project.assets.json 2019-10-12T16:32:41.6128501Z Restore failed in 8,56 sec for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\pnc.dgv.cdb.Web.csproj. 2019-10-12T16:32:41.6128501Z Restore failed in 8,56 sec for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\pnc.dgv.cdb.Module.Web.csproj. 2019-10-12T16:32:41.6128501Z Restore failed in 8,56 sec for c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj. 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z Errors in c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\pnc.dgv.cdb.Web.csproj 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z Errors in c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\pnc.dgv.cdb.Module.Web.csproj 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z Errors in c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2. 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x64). 2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0) 2019-10-12T16:32:41.8629956Z One or more packages are incompatible with .NETFramework,Version=v4.6.2 (win-x86). 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z NuGet Config files used: 2019-10-12T16:32:41.8629956Z c:\tfsagents\dgvcrmagent_work\35\s\NuGet.Config 2019-10-12T16:32:41.8629956Z C:\Users\adm_markusn\AppData\Roaming\NuGet\NuGet.Config 2019-10-12T16:32:41.8629956Z C:\Program Files (x86)\NuGet\Config\DevExpress 19.1.config 2019-10-12T16:32:41.8629956Z C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z Feeds used: 2019-10-12T16:32:41.8629956Z https://api.nuget.org/v3/index.json 2019-10-12T16:32:41.8629956Z C:\Program Files (x86)\DevExpress 19.1\Components\System\Components\Packages 2019-10-12T16:32:41.8629956Z https://xpandnugetserver.azurewebsites.net/nuget/ 2019-10-12T16:32:41.8629956Z 2019-10-12T16:32:41.8629956Z Installed: 2019-10-12T16:32:41.8629956Z 23 package(s) to c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Web\pnc.dgv.cdb.Web.csproj 2019-10-12T16:32:41.8629956Z 23 package(s) to c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module.Web\pnc.dgv.cdb.Module.Web.csproj 2019-10-12T16:32:41.8629956Z 18 package(s) to c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj 2019-10-12T16:32:41.8940965Z ##[error]Error: c:\tfsagents\dgvcrmagent_work_tasks\NuGetInstaller_333b11bd-d341-40d9-afcf-b32d5ce6f23b\0.2.31\node_modules\nuget-task-common\NuGet\4.0.0\NuGet.exe failed with return code: 1 2019-10-12T16:32:41.8940965Z ##[error]Packages failed to install 2019-10-12T16:32:41.9097254Z ##[section]Finishing: NuGet restore *\.sln

apobekiaris commented 4 years ago

I fail to understand the build logs reports it failed yet you run the app?? how this possible to run the app without assemblies, Maybe its your Gac to blame?

larspl commented 4 years ago

Hi Tolis,

its not hard to to read the MSBuild output and understand, the real Error is related To Xpand.Fasterflect and the fixation to netstandard.dll.

You fix the multi load in DC of netstandard.dll but now i face a new error: the default place where u copy/use on VS build (there is NOT the real place of this DLL ) the netstandard.dll

  1. error in DesignTime / ModelEditor : Access to the path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\netstandard.dll' is denied.

  2. Error: wenn i try to deploy and Build by TFS Server and BuildAgent my sources. This Build Agent works well since the FasterFlect was moved to FascterFlect.Xpand and was signed.

Here is the Result wenn i ignore the nuget.4.0 Output

2019-10-12T16:32:41.8629956Z Errors in c:\tfsagents\dgvcrmagent_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj
2019-10-12T16:32:41.8629956Z Package Fasterflect.Xpand 2.0.6 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package Fasterflect.Xpand 2.0.6 supports: netstandard2.0 (.NETStandard,Version=v2.0)

and this i get after the nuget get of FasterFlect.Xpand wont work:

  C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /define:DEBUG;TRACE /highentropyva+ /reference:C:\Users\adm_markusn\.nuget\packages\xpand.patcher\1.0.1\lib\net461\0Harmony.dll /reference:C:\Users\adm_markusn\.nuget\packages\castle.core\4.4.0\lib\net45\Castle.Core.dll /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.Charts.v19.1.Core.dll" /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.CodeParser.v19.1.dll" /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.Dashboard.v19.1.Core.dll" /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.Data.v19.1.dll" /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.DataAccess.v19.1.dll" /reference:"C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress....
  Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn
pnc.dgv.cdb.Module\Controllers\IBoMBEYearViewController.cs(19,7): Error CS0246: The type or namespace name 'Fasterflect' could not be found (are you missing a using directive or an assembly reference?)
Controllers\IBoMBEYearViewController.cs(19,7): error CS0246: The type or namespace name 'Fasterflect' could not be found (are you missing a using directive or an assembly reference?) [c:\tfsagents\dgvcrmagent\_work\35\s\pnc.dgv.cdb.Module\pnc.dgv.cdb.Module.csproj]
pnc.dgv.cdb.Module\DatabaseUpdate\Updater.cs(17,7): Error CS0246: The type or namespace name 'Fasterflect' could not be found (are you missing a using directive or an assembly reference?)
DatabaseUpdate\Updater.cs(17,7):

i like to send u my solution to test it at your side, to debug this error at your end.

apobekiaris commented 4 years ago

I have to look No1 and let u know but about No2 if I do not have a way to rpeo it cannot help much. Maybe wait a bit cause if this is a global problem others may report and help trace it down. Xpand builds however are all green

larspl commented 4 years ago

Update: i add to my Module: per nuget FasterFlect ( origin ) and add this dependentAssembly in web.config `

            <bindingRedirect oldVersion="0.0.0.0-2.1.3.0" newVersion="2.1.3.0"/>
        </dependentAssembly>` 

after that,

  1. the nuget error in MS Build is still there ( FasterFlect.Xpand is only netstandard.dll comp. ( this can be only saved by the xpand sub project.)
  2. the Build and IIS-deploy will run successfully.
  3. the App Runs up..
  4. this errors now are visible: 4.1 ....Async=true in default.aspx to fix the Problem in Reactive.Logger -> solved this by add Async= "true" in default.aspx ( looks for now ok .. but not really sure that this will be stable ``w3wp.exe Error: 0 : 13.10.19 11:37:32.413 no context ================================================================================ The error occurred:

    Type: DelayedExceptionList Message: An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.. 'Xpand.XAF.Modules.CloneMemberValue.CloneMemberValueModule'. 'pnc.dgv.cdb.Web.CdbAspNetApplication' Data: 0 entries

    Delayed exception 0:

    Type:       DelayedException
    Message:    An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.. 'Xpand.XAF.Modules.CloneMemberValue.CloneMemberValueModule'
    Data:       0 entries
    Stack trace:
    
    ----------------
    InnerException:
    
            Type:       InvalidOperationException
            Message:    An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.
            Data:       0 entries
            Stack trace:

    at System.Web.AspNetSynchronizationContext.OperationStarted() at System.Reactive.Concurrency.SynchronizationContextExtensions.PostWithStartComplete(SynchronizationContext context, Action action) at System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule[TState](TState state, Func3 action) at System.Reactive.Concurrency.Scheduler.ScheduleAction[TState](IScheduler scheduler, TState state, Action1 action) at System.Reactive.Linq.ObservableImpl.EventProducer2.Session.<>c.<Connect>b__5_0(ValueTuple3 tuple) at System.Reactive.Disposables.AnonymousDisposable1.Dispose() at System.Reactive.Disposables.Disposable.TryDispose(IDisposable& fieldRef) at System.Reactive.SafeObserver1.Dispose(Boolean disposing) at System.Reactive.Disposables.CompositeDisposable.Dispose() at System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.Dispose(Boolean disposing) at System.Reactive.Sink1.Dispose() at System.Reactive.Disposables.Disposable.TryDispose(IDisposable& fieldRef) at System.Reactive.Sink1.Dispose() at System.Reactive.Disposables.Disposable.TryDispose(IDisposable& fieldRef) at System.Reactive.Sink1.Dispose() at System.Reactive.Disposables.Disposable.TryDispose(IDisposable& fieldRef) at System.Reactive.Linq.ObservableImpl.TakeUntil2._.Dispose(Boolean disposing) at System.Reactive.Sink1.Dispose() at System.Reactive.Disposables.Disposable.TryDispose(IDisposable& fieldRef) at System.Reactive.SafeObserver1.Dispose(Boolean disposing) at System.Reactive.AnonymousSafeObserver1.OnCompleted() at System.Reactive.Sink1.ForwardOnCompleted() at System.Reactive.Linq.ObservableImpl.TakeUntil2..OtherObserver.OnNext(TOther value) at System.Reactive.SafeObserver1.WrappingSafeObserver.OnNext(TSource value) at System.Reactive.Sink1.ForwardOnNext(TTarget value) at System.Reactive.Linq.ObservableImpl.Select`2.Selector..OnNext(TSource value) at System.Reactive.Linq.ObservableImpl.Select2.Selector._.OnNext(TSource value) at System.Reactive.Linq.ObservableImpl.SelectMany2.ObservableSelector._.InnerObserver.OnNext(TResult value) at System.Reactive.Subjects.Subject`1.OnNext(T value) at System.ComponentModel.Component.Dispose(Boolean disposing) at System.ComponentModel.Component.Dispose() at DevExpress.Persistent.Base.SafeExecutor.Execute(Method method, Object targetObject, String targetObjectIdentifier) InnerException is null


    Delayed exception 1:

    Type:       DelayedException
    Message:    An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.. 'Xpand.XAF.Modules.HideToolBar.HideToolBarModule'
    Data:       0 entries
    Stack trace:
    
    ----------------
    InnerException:
    
            Type:       InvalidOperationException
            Message:    An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.
            Data:       0 entries
            Stack trace:

    at System.Web.AspNetSynchronizationContext.OperationStarted() at System.Reactive.Concurrency.SynchronizationContextExtensions.PostWithStartComplete(SynchronizationContext context, Action action) at System.Reactive.Concurrency.SynchronizationContextScheduler.Schedule[TState](TState state, Func`3 action) ``

apobekiaris commented 4 years ago

i add to my Module: per nuget FasterFlect ( origin ) and add this dependentAssembly in web.config

why? is this what solved your case? maybe u have multiple refernces of FasterFlect and add the Xpand.Festaerflect

4.1 ....Async=true in default.aspx to fix the Problem in Reactive.Logger -> solved this by add Async= "true" in default.aspx ( looks for now ok .. but not really sure that this will be stable

to my expereience this is a misleading abstract method that is of no use. I would bet the cause is somewhere else. But if it works we are fine.

apobekiaris commented 4 years ago

i am not sure which version exectly u r but #581 sounds releated to your async problem

expand commented 4 years ago

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.

apobekiaris commented 4 years ago

see #661