Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.NullReferenceException: Object reference not set to an instance of an object. #843

Closed
PeterConijn opened this issue Dec 5, 2023 · 2 comments
Labels
Fix Ready Fix Ready question Further information is requested

Comments

@PeterConijn
Copy link

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?

@freddydk
Copy link
Contributor

freddydk commented Dec 8, 2023

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)

@freddydk freddydk added question Further information is requested Fix Ready Fix Ready labels Dec 8, 2023
@PeterConijn
Copy link
Author

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.

Thanks for the update; closing the issue.

@PeterConijn PeterConijn closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Ready Fix Ready question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants