Changelog-Designer

October 2023

November 2023

March 2024

January 2024

February 2024

December 2023

  • Revision 15303 (Modified on 2023-12-29): Sorting of classes in ExpressionBuilder

DBReverse reverse updated and tested with Adventuworks

  • Revision 15297 (Modified on 2023-12-25): null checks
  • Revision 15296 (Modified on 2023-12-25): Rename to IGlobalActionAndAccessGroupService
  • Revision 15290 (Modified on 2023-12-22): New improved signaling to user when files are touched outside of environment
  • Revision 15282 (Modified on 2023-12-19): MDrStats had the wrong value for Max/Avg on Multilinks

Nullchecks Catching exception in OnColumnUIApplyStyle for WPF due to logged issue Changed to AllClassesView to visualize expression cost

  • Revision 15279 (Modified on 2023-12-17): StayOnTop setting was a bad idea - very bad for modal windows etc

No menu on Variables in WebView fixed

  • Revision 15276 (Modified on 2023-12-16): LeftSide Action-Enable clean up for WPF since found issues in .net6
  • Revision 15274 (Modified on 2023-12-16): None
  • Revision 15270 (Modified on 2023-12-13): Unused var warning did not correctly compensate for auto vars like vModalResult_ and vSender_ - fixed
  • Revision 15267 (Modified on 2023-12-12): Check for unused variables did not check the contextactions so we coould get false indications -> fixed
  • Revision 15265 (Modified on 2023-12-12): Issues with rendering speed in Modlr - removing the row coloring in the debugger - introduce CleanForFree on ViewModel
  • Revision 15263 (Modified on 2023-12-12): Adding param to skip codedress - to use in LiveEdit debugger in VS since codedress confuse a bit
  • Revision 15255 (Modified on 2023-12-11): Microsoft.Extensions.Logging.Abstractions
  • Revision 15253 (Modified on 2023-12-11): Major version confusion:

Root cause VisualStudio use Microsoft.Bcl.AsyncInterfaces.dll and System.IO.Pipelines.dll or older versions than 8, and strips any references from VSIX for these assemblies. Worked around by use of <SuppressFromVsix>false</SuppressFromVsix> in project file-download

System.Text.Encodings.Web -> 8 System.Text.Json -> 8 System.Text.Encodings.Web ->8

OCLEditor StayOnTop checks current app and hides unless it is us, Also ApplyAndClose button added

  • Revision 15239 (Modified on 2023-12-07): Vertical align in ocleditor runtimes

OclDebugger limits fetch even on Ocl accordning to maxfetch to avoid stupid mistakes that kill the WPF GridSnap Trying to solve the sometimes locking FileCHanged-box in VS2022 Null checks

  • Revision 15237 (Modified on 2023-12-07): Microsoft.Extensions.Logging.Abstractions 7->8

Microsoft.Extensions.Options 7->8 Microsoft.Extensions.Primitives 7->8 Microsoft.Extensions.DependencyInjection.Abstractions 7->8 Microsoft.Bcl.AsyncInterfaces 7->8 Clean old logging Microsoft.AspNet.Mvc 7->8 System.Diagnostics.DiagnosticSource 7->8 Microsoft.AspNet.WebPages.WebData 7->8 Microsoft.AspNetCore.SignalR.Client.Core 7->8 Missed check in of WPF InplacePopup Removing parallell ErrorAndCrossRef due to clashes for actions that are not fully understood


  • Revision 15234 (Modified on 2023-12-06): Started on Stats import.

Fixed UnknownExprtypeinDeduce index overflow in error message

  • Revision 15233 (Modified on 2023-12-06): Nuget packages Microsoft.Extensions... updated from 7.0 to 8.0

This is a long time issue that we failed when connecting Framework signalR to Core signalR that I now thing is managed : Unable to resolve service for type 'Microsoft.Extensions.Logging.ILoggerFactory Also spills over on Microsoft.Bcl.AsyncInterfaces 7.0->8.0

  • Revision 15231 (Modified on 2023-12-05): Nested InplacePopup issue

Style in Autoforms issue fixed SignalR error handled better Issue when Webclient cant access files fixed

  • Revision 15226 (Modified on 2023-12-03): OclEditor stay on top setting

ViewModel Error check now treats Expressions in buttons connected to nesting as OCL- not EAL -> InplacePopup

  • Revision 15218 (Modified on 2023-12-02): Updates to Drawer component for Angular

Updates to Drawer component for WPF Fixes for parallell model write in turnkey/mdr

  • Revision 15217 (Modified on 2023-12-01): Drawer component implemented in WPF. A button with a nesting becomes a mini-inplace-popup-window.
  • Revision 15215 (Modified on 2023-12-01): Servers that now save a model for Softviews saved async and this was not good due to reentrancy - changed