Skip to content

Commit

Permalink
Update RX modules version
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Dec 7, 2021
1 parent f51edb0 commit f95ed99
Show file tree
Hide file tree
Showing 76 changed files with 1,881 additions and 1,882 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,35 +55,37 @@ public override void AfterConstruction() {
Days = 1;
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override string Subject {
get {
return Item?.Movie.MovieTitle;
}
set { }
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override int Status {
get { return (int)ActiveType; }
set { }
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override string Description {
get {
return _item?.Movie.Plot;
}
set { }
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override DateTime StartOn {
get { return RentedOn; }
set { }
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override DateTime EndOn {
get { return ExpectedOn; }
set { }
}

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public override int Label {
get { return (int)_item.Movie.Rating; }
set { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public object AppointmentId {
get { return Id; }
}
[Size(250)]
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual string Subject {
get { return appointmentImpl.Subject; }
set {
Expand All @@ -93,7 +93,7 @@ public virtual string Subject {
}
}
[Size(SizeAttribute.Unlimited), ObjectValidatorIgnoreIssue(typeof(ObjectValidatorLargeNonDelayedMember))]
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual string Description {
get { return appointmentImpl.Description; }
set {
Expand All @@ -102,7 +102,7 @@ public virtual string Description {
}
}
[Indexed]
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual DateTime StartOn {
get { return appointmentImpl.StartOn; }
set {
Expand All @@ -111,7 +111,7 @@ public virtual DateTime StartOn {
}
}
[Indexed]
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual DateTime EndOn {
get { return appointmentImpl.EndOn; }
set {
Expand All @@ -133,15 +133,15 @@ public string Location {
OnChanged("Location");
}
}
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual int Label {
get { return appointmentImpl.Label; }
set {
appointmentImpl.Label = value;
OnChanged("Label");
}
}
[NonPersistent]
[NonPersistent][System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0002:XPO business class properties should not be overriden", Justification = "<Pending>")]
public virtual int Status {
get { return appointmentImpl.Status; }
set {
Expand Down
3 changes: 2 additions & 1 deletion Demos/XVideoRental/XVideoRental.Module.Win/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ DevExpress.ExpressApp.ViewVariantsModule
DevExpress.ExpressApp.Security.Xpo
DevExpress.Persistent.BaseImpl.Xpo
DevExpress.Win.Reporting
Xpand.XAF.Modules.CloneModelView
Xpand.XAF.Modules.CloneModelView
DevExpress.ExpressApp.CodeAnalysis
4 changes: 3 additions & 1 deletion Support/Build/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ function BuildProjects($projects,$buildName ){
dotnet restore "$_" --source ($packageSources -join ";")
$compileArgs=$msbuildArgs
$compileArgs+="/bl:$root\Xpand.dll\helper.binlog"
dotnet msbuild "$_" @compileArgs
Invoke-Script -Maximum 2 {
dotnet msbuild "$_" @compileArgs
}
# $o=& dotnet build "$_" --output $root\Xpand.dll --configuration Release --source ($packageSources -join ";") /WarnAserror
}
else {
Expand Down
12 changes: 6 additions & 6 deletions Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<projectUrl>http://www.expandframework.com/#AVC</projectUrl>
<tags>DevExpress, eXpand, XAF, eXpressApp</tags>
<dependencies>
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.0" />
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="eXpandSystem" version="21.2.302.0" />
<dependency id="eXpandSystemWeb" version="21.2.302.0" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="eXpandSystem" version="21.2.302.1" />
<dependency id="eXpandSystemWeb" version="21.2.302.1" />
<dependency id="System.ValueTuple" version="4.5" />
</dependencies>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<tags>DevExpress, eXpand, XAF, eXpressApp</tags>
<projectUrl>http://www.expandframework.com/#AVC</projectUrl>
<dependencies>
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.0" />
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="System.ValueTuple" version="4.5" />
</dependencies>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions Support/Nuspec/AdditionalViewControlsProvider.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<tags>DevExpress, eXpand, XAF, eXpressApp</tags>
<projectUrl>http://www.expandframework.com/#AVC</projectUrl>
<dependencies>
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="Xpand.Extensions.XAF.Xpo" version="4.212.1" />
<dependency id="Xpand.XAF.Modules.ModelViewInheritance" version="4.212.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="Xpand.Extensions.XAF.Xpo" version="4.212.2" />
<dependency id="Xpand.XAF.Modules.ModelViewInheritance" version="4.212.2" />
</dependencies>
</metadata>
<files>
Expand Down
158 changes: 79 additions & 79 deletions Support/Nuspec/All_Agnostic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>eXpandAgnostic</id>
<version>21.2.302.0</version>
<version>21.2.302.1</version>
<title>DevExpress eXpandFramework All Platform Agnostic Modules</title>
<authors>eXpandFramework</authors>
<owners>eXpandFramework</owners>
Expand All @@ -15,88 +15,88 @@
<projectUrl>http://www.expandframework.com/</projectUrl>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.0" />
<dependency id="eXpandAuditTrail" version="21.2.302.0" />
<dependency id="eXpandExcelImporter" version="21.2.302.0" />
<dependency id="eXpandFileAttachment" version="21.2.302.0" />
<dependency id="eXpandIO" version="21.2.302.0" />
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandMapView" version="21.2.302.0" />
<dependency id="eXpandMasterDetail" version="21.2.302.0" />
<dependency id="eXpandModelArtifactState" version="21.2.302.0" />
<dependency id="eXpandModelDifference" version="21.2.302.0" />
<dependency id="eXpandNCarousel" version="21.2.302.0" />
<dependency id="eXpandPivotChart" version="21.2.302.0" />
<dependency id="eXpandReports" version="21.2.302.0" />
<dependency id="eXpandScheduler" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="eXpandStateMachine" version="21.2.302.0" />
<dependency id="eXpandSystem" version="21.2.302.0" />
<dependency id="eXpandTreelistView" version="21.2.302.0" />
<dependency id="eXpandValidation" version="21.2.302.0" />
<dependency id="eXpandViewVariants" version="21.2.302.0" />
<dependency id="eXpandWorkFlow" version="21.2.302.0" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.0" />
<dependency id="eXpandWorldCreator" version="21.2.302.0" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.1" />
<dependency id="eXpandAuditTrail" version="21.2.302.1" />
<dependency id="eXpandExcelImporter" version="21.2.302.1" />
<dependency id="eXpandFileAttachment" version="21.2.302.1" />
<dependency id="eXpandIO" version="21.2.302.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandMapView" version="21.2.302.1" />
<dependency id="eXpandMasterDetail" version="21.2.302.1" />
<dependency id="eXpandModelArtifactState" version="21.2.302.1" />
<dependency id="eXpandModelDifference" version="21.2.302.1" />
<dependency id="eXpandNCarousel" version="21.2.302.1" />
<dependency id="eXpandPivotChart" version="21.2.302.1" />
<dependency id="eXpandReports" version="21.2.302.1" />
<dependency id="eXpandScheduler" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="eXpandStateMachine" version="21.2.302.1" />
<dependency id="eXpandSystem" version="21.2.302.1" />
<dependency id="eXpandTreelistView" version="21.2.302.1" />
<dependency id="eXpandValidation" version="21.2.302.1" />
<dependency id="eXpandViewVariants" version="21.2.302.1" />
<dependency id="eXpandWorkFlow" version="21.2.302.1" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.1" />
<dependency id="eXpandWorldCreator" version="21.2.302.1" />
</group>
<group targetFramework="net461">
<dependency id="eXpandDashboard" version="21.2.302.0" />
<dependency id="eXpandEasyTest" version="21.2.302.0" />
<dependency id="eXpandEmail" version="21.2.302.0" />
<dependency id="eXpandImportWizard" version="21.2.302.0" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.0" />
<dependency id="eXpandAuditTrail" version="21.2.302.0" />
<dependency id="eXpandExcelImporter" version="21.2.302.0" />
<dependency id="eXpandFileAttachment" version="21.2.302.0" />
<dependency id="eXpandIO" version="21.2.302.0" />
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandMapView" version="21.2.302.0" />
<dependency id="eXpandMasterDetail" version="21.2.302.0" />
<dependency id="eXpandModelArtifactState" version="21.2.302.0" />
<dependency id="eXpandModelDifference" version="21.2.302.0" />
<dependency id="eXpandNCarousel" version="21.2.302.0" />
<dependency id="eXpandPivotChart" version="21.2.302.0" />
<dependency id="eXpandReports" version="21.2.302.0" />
<dependency id="eXpandScheduler" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="eXpandStateMachine" version="21.2.302.0" />
<dependency id="eXpandSystem" version="21.2.302.0" />
<dependency id="eXpandTreelistView" version="21.2.302.0" />
<dependency id="eXpandValidation" version="21.2.302.0" />
<dependency id="eXpandViewVariants" version="21.2.302.0" />
<dependency id="eXpandWorkFlow" version="21.2.302.0" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.0" />
<dependency id="eXpandWorldCreator" version="21.2.302.0" />
<dependency id="eXpandDashboard" version="21.2.302.1" />
<dependency id="eXpandEasyTest" version="21.2.302.1" />
<dependency id="eXpandEmail" version="21.2.302.1" />
<dependency id="eXpandImportWizard" version="21.2.302.1" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.1" />
<dependency id="eXpandAuditTrail" version="21.2.302.1" />
<dependency id="eXpandExcelImporter" version="21.2.302.1" />
<dependency id="eXpandFileAttachment" version="21.2.302.1" />
<dependency id="eXpandIO" version="21.2.302.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandMapView" version="21.2.302.1" />
<dependency id="eXpandMasterDetail" version="21.2.302.1" />
<dependency id="eXpandModelArtifactState" version="21.2.302.1" />
<dependency id="eXpandModelDifference" version="21.2.302.1" />
<dependency id="eXpandNCarousel" version="21.2.302.1" />
<dependency id="eXpandPivotChart" version="21.2.302.1" />
<dependency id="eXpandReports" version="21.2.302.1" />
<dependency id="eXpandScheduler" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="eXpandStateMachine" version="21.2.302.1" />
<dependency id="eXpandSystem" version="21.2.302.1" />
<dependency id="eXpandTreelistView" version="21.2.302.1" />
<dependency id="eXpandValidation" version="21.2.302.1" />
<dependency id="eXpandViewVariants" version="21.2.302.1" />
<dependency id="eXpandWorkFlow" version="21.2.302.1" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.1" />
<dependency id="eXpandWorldCreator" version="21.2.302.1" />
</group>
<group targetFramework="net5.0">
<dependency id="eXpandDashboard" version="21.2.302.0" />
<dependency id="eXpandImportWizard" version="21.2.302.0" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.0" />
<dependency id="eXpandAuditTrail" version="21.2.302.0" />
<dependency id="eXpandExcelImporter" version="21.2.302.0" />
<dependency id="eXpandFileAttachment" version="21.2.302.0" />
<dependency id="eXpandIO" version="21.2.302.0" />
<dependency id="eXpandLib" version="21.2.302.0" />
<dependency id="eXpandLogic" version="21.2.302.0" />
<dependency id="eXpandMapView" version="21.2.302.0" />
<dependency id="eXpandMasterDetail" version="21.2.302.0" />
<dependency id="eXpandModelArtifactState" version="21.2.302.0" />
<dependency id="eXpandModelDifference" version="21.2.302.0" />
<dependency id="eXpandNCarousel" version="21.2.302.0" />
<dependency id="eXpandPivotChart" version="21.2.302.0" />
<dependency id="eXpandReports" version="21.2.302.0" />
<dependency id="eXpandScheduler" version="21.2.302.0" />
<dependency id="eXpandSecurity" version="21.2.302.0" />
<dependency id="eXpandStateMachine" version="21.2.302.0" />
<dependency id="eXpandSystem" version="21.2.302.0" />
<dependency id="eXpandTreelistView" version="21.2.302.0" />
<dependency id="eXpandValidation" version="21.2.302.0" />
<dependency id="eXpandViewVariants" version="21.2.302.0" />
<dependency id="eXpandWorkFlow" version="21.2.302.0" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.0" />
<dependency id="eXpandWorldCreator" version="21.2.302.0" />
<dependency id="eXpandDashboard" version="21.2.302.1" />
<dependency id="eXpandImportWizard" version="21.2.302.1" />
<dependency id="eXpandAdditionalViewControlsProvider" version="21.2.302.1" />
<dependency id="eXpandAuditTrail" version="21.2.302.1" />
<dependency id="eXpandExcelImporter" version="21.2.302.1" />
<dependency id="eXpandFileAttachment" version="21.2.302.1" />
<dependency id="eXpandIO" version="21.2.302.1" />
<dependency id="eXpandLib" version="21.2.302.1" />
<dependency id="eXpandLogic" version="21.2.302.1" />
<dependency id="eXpandMapView" version="21.2.302.1" />
<dependency id="eXpandMasterDetail" version="21.2.302.1" />
<dependency id="eXpandModelArtifactState" version="21.2.302.1" />
<dependency id="eXpandModelDifference" version="21.2.302.1" />
<dependency id="eXpandNCarousel" version="21.2.302.1" />
<dependency id="eXpandPivotChart" version="21.2.302.1" />
<dependency id="eXpandReports" version="21.2.302.1" />
<dependency id="eXpandScheduler" version="21.2.302.1" />
<dependency id="eXpandSecurity" version="21.2.302.1" />
<dependency id="eXpandStateMachine" version="21.2.302.1" />
<dependency id="eXpandSystem" version="21.2.302.1" />
<dependency id="eXpandTreelistView" version="21.2.302.1" />
<dependency id="eXpandValidation" version="21.2.302.1" />
<dependency id="eXpandViewVariants" version="21.2.302.1" />
<dependency id="eXpandWorkFlow" version="21.2.302.1" />
<dependency id="eXpandWorldCreatorDbMapper" version="21.2.302.1" />
<dependency id="eXpandWorldCreator" version="21.2.302.1" />
</group>
</dependencies>
</metadata>
Expand Down
Loading

0 comments on commit f95ed99

Please sign in to comment.