Application Details
- Target Framework: .NET 8
- Previous Framework: .NET 6
The application is an ASP.NET Core web API that uses the MonoMod.Common library and the Softwarehelden.Transactions.Oletx library to patch the OleTx implementation in System.Transactions and the System.Data.SqlClient library for supporting distributed transactions with MSSQL and Oracle servers.
Steps to Reproduce
- Update the project's target framework from .NET 6 to .NET 8.
- Build and run the application.
- The
System.NullReferenceException is thrown during the application startup.
Expected Behavior
The application should start successfully and run without any exceptions when targeting .NET 8.
Additional Information
- I have already tried updating to the latest versions of the
MonoMod.Common and Softwarehelden.Transactions.Oletx libraries, but the issue persists.
- I have also reviewed the documentation and release notes for these libraries, but there are no known issues or compatibility concerns mentioned for .NET 8.
Any assistance or guidance in resolving this issue would be greatly appreciated. Please let me know if you need any additional information or if you have any suggestions on how to proceed.
Application Details
The application is an ASP.NET Core web API that uses the
MonoMod.Commonlibrary and theSoftwarehelden.Transactions.Oletxlibrary to patch the OleTx implementation inSystem.Transactionsand theSystem.Data.SqlClientlibrary for supporting distributed transactions with MSSQL and Oracle servers.Steps to Reproduce
System.NullReferenceExceptionis thrown during the application startup.Expected Behavior
The application should start successfully and run without any exceptions when targeting .NET 8.
Additional Information
MonoMod.CommonandSoftwarehelden.Transactions.Oletxlibraries, but the issue persists.Any assistance or guidance in resolving this issue would be greatly appreciated. Please let me know if you need any additional information or if you have any suggestions on how to proceed.