Показать сообщение отдельно
Старый 15.12.2017, 15:40   #3  
sukhanchik is offline
sukhanchik
Administrator
Аватар для sukhanchik
MCBMSS
Злыдни
Лучший по профессии 2015
Лучший по профессии AXAWARD 2013
Лучший по профессии 2011
Лучший по профессии 2009
 
3,271 / 3465 (122) ++++++++++
Регистрация: 13.06.2004
Адрес: Москва
Визуально не заметил разницы.
Для проверки взял проект с двумя новыми классами, одним расширением формы, одним меню айтемом, одной привилегией и одним расширением Duty.
Проект на уровне класса модифицировался на одном приложении, затем через axpp-файлик был перенесен в другое приложение (в другом приложении проект уже был, просто была старая версия кода в классе).
Синхронизация при билде отключена. Проект не меняет структуру БД.
Оба приложения имеют одинаковую версию - Platform Update 10 (July 2017). Сделал первый билд (после импорта) - получил 40 секунд. Первый ребилд без изменения кода занял 13,5 секунд. Второй - 14 секунд (см ниже).

Build started 12/15/2017 15:28.

Build step: Metadata validation started.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxDataEntityView\CustConsInvoiceEntity.xml(0,0): DuplicatePublicCollectionNameDetected: Path: [AxDataEntityView/CustConsInvoiceEntity/PublicCollectionName]:Conflicts were detected on the Public Collection Name property 'ConsInvoices' for the following entities 'VendConsInvoiceEntity(Foundation)'
Build step: Metadata validation completed (7606 ms).
Build step: X++ compilation, label generation and resource deployment started.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.Dynamics.Framework.Metadata.Ax.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.Framework.BusinessConnector, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxReference\Microsoft.Dynamics.CostManagement.Instrumentation.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.CostManagement.Instrumentation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.OData.Edm.xml(0,0): AssemblyFileNotFound: Assembly 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' failed to load because it was not found.
Build step: X++ compilation, label generation and resource deployment completed (31908 ms).
Build completed (40646 ms).

Build started 12/15/2017 15:29.
Build step: Metadata validation started.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxDataEntityView\CustConsInvoiceEntity.xml(0,0): DuplicatePublicCollectionNameDetected: Path: [AxDataEntityView/CustConsInvoiceEntity/PublicCollectionName]:Conflicts were detected on the Public Collection Name property 'ConsInvoices' for the following entities 'VendConsInvoiceEntity(Foundation)'
Build step: Metadata validation completed (4814 ms).
Build step: X++ compilation, label generation and resource deployment started.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxReference\Microsoft.Dynamics.CostManagement.Instrumentation.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.CostManagement.Instrumentation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.Dynamics.Framework.Metadata.Ax.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.Framework.BusinessConnector, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.OData.Edm.xml(0,0): AssemblyFileNotFound: Assembly 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' failed to load because it was not found.
Build step: X++ compilation, label generation and resource deployment completed (8642 ms).
Build completed (13553 ms).

Build started 12/15/2017 15:29.
Build step: Metadata validation started.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxDataEntityView\CustConsInvoiceEntity.xml(0,0): DuplicatePublicCollectionNameDetected: Path: [AxDataEntityView/CustConsInvoiceEntity/PublicCollectionName]:Conflicts were detected on the Public Collection Name property 'ConsInvoices' for the following entities 'VendConsInvoiceEntity(Foundation)'
Build step: Metadata validation completed (5482 ms).
Build step: X++ compilation, label generation and resource deployment started.
C:\AOSService\PackagesLocalDirectory\ApplicationSuite\Foundation\AxReference\Microsoft.Dynamics.CostManagement.Instrumentation.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.CostManagement.Instrumentation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.Dynamics.Framework.Metadata.Ax.xml(0,0): AssemblyFileNotFound: Assembly 'Microsoft.Dynamics.Framework.BusinessConnector, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed to load because it was not found.
C:\AOSService\PackagesLocalDirectory\ApplicationPlatform\ApplicationPlatform\AxReference\Microsoft.OData.Edm.xml(0,0): AssemblyFileNotFound: Assembly 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' failed to load because it was not found.
Build step: X++ compilation, label generation and resource deployment completed (8524 ms).
Build completed (14076 ms).

Тестировалось на виртуалке, которая живет на SSD
__________________
Возможно сделать все. Вопрос времени
За это сообщение автора поблагодарили: mazzy (5).