You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft says this is solved on the platform, which would fix things for SaaS, but I am still getting this issue in my pipelines, so I am wondering whether the Docker images for W1 SaaS and W1 OnPrem have been updated with this hotfix.
For most people, uninstalling the "Exclude_Business_Events" app in their pipeline works, but since we extend our EBE categories in multiple apps (and use them), it won't for us.
Can the images please be updated to incorporate the hotfix that @PooyaKharamesh has provided?
The text was updated successfully, but these errors were encountered:
We do not create docker images, we release artifacts.
On-premises artifacts are not updated - they are released monthly and the fix will be in 23.2
Saas artifacts are updated when SaaS environments are updated and thus, the latest 23.1 artifacts should contain this fix (if saas environments have been updated)
Our Latest Version pipeline does indeed show that the issue is solved in 23.2 OnPrem. I had noticed that the SaaS artifacts were updated, but our test isolation ran into issues with an if Record.Get() then not returning the correct boolean, which I still need to look at at some point.
Since 23.1, we are getting errors on our pipelines: System.NullReferenceException: Object reference not set to an instance of an object.
This is a known issue in 23.1 caused by issues with applying multiple enum extensions for the External Business Event (link: https://www.yammer.com/dynamicsnavdev/#/Threads/show?threadId=2527632150896640).
Microsoft says this is solved on the platform, which would fix things for SaaS, but I am still getting this issue in my pipelines, so I am wondering whether the Docker images for W1 SaaS and W1 OnPrem have been updated with this hotfix.
For most people, uninstalling the "Exclude_Business_Events" app in their pipeline works, but since we extend our EBE categories in multiple apps (and use them), it won't for us.
Can the images please be updated to incorporate the hotfix that @PooyaKharamesh has provided?
The text was updated successfully, but these errors were encountered: