Closed rvuistin closed 2 years ago
Hello, are you able to increment the version number in LinqToXsd/LinqToXsd.csproj?
Hi Muhamamd,
I'm still working on some enum
issues. I hope to finish today.
I will increment the versions (XObjectsCore
is concerned too) when I finish.
Roger
Ok sure.
Hi Muhammad,
That’s it for now.
The version (3.2.2) is now centralized in the Version.props
file for all projects (see my last commit)
Some stuff to review...
The build scripts needed a refresh. It’s done.
Directory.Build.*
scripts.Version.props
script. If necessary, it can be overloaded in the project itself.The LinqToXsd tool is now ready to be migrated to net6
...
I'm happy with the changes. Ready to merge?
I have changed the vmImage
to windows-2022
in the azure-pipelines.yml
to support .NET6
but the check still fails.
Do you understand what's wrong with it ? I've never used azure pipelines before...
I'm happy with the changes. Ready to merge?
Other than that azure pipelines thing, yeah.
I was able to fix the pipeline issue, but was unable to run another rerun of the PR check for some reason.
.NET 6
I have added some unit tests in
ContentModelCodeGenTests
,ContentModelRuntimeTests
andEnumsCodeGenTest
All tests are green and the code generated for a custom application which contains very complex schemas is now functional.