Open Issues Need Help
View All on GitHubAI Summary: The task is to automate the process of locating and integrating the correct System.Drawing DLL into an MS SQL CLR assembly for image processing, accounting for variations in .NET Framework installation paths across different OS versions. This involves finding a robust method to dynamically locate the DLL based on the system environment, and then integrating it into the SQL Server project's build process.
AI Summary: The task is to set up a continuous integration (CI) testing infrastructure for a MS SQL Server image processing library. This involves choosing a CI/CD platform (e.g., Azure DevOps, GitHub Actions), configuring it to build the project, and implementing automated tests to verify the functionality of the image conversion, resizing, encryption, and decryption functions. The project uses .NET Framework and requires a Windows environment.