Skip to content

Conversation

bounav
Copy link
Collaborator

@bounav bounav commented Sep 21, 2022

  • nant.build now uses msbuild.exe packaged with Visual Studio 2022
  • Modernised Spark.JsTests.csproj (new csproj format)
  • No longer building with different version of the Rhino Mocks DLL
  • Ignored a unit test for SpoolWriter. It simply never worked. Maybe it's due to targeting a different version of the .NET framework?
  • Removed binaries and dll from bin root folder. E.g. nant, nunit, rhino.mocks.

- Modernised project format of Spark.JsTests.csproj (web application with HttpHandler)
- Removed AssemblyInfo.cs from Spark.JsTests project (moved copyright info in csproj file)
@bounav bounav marked this pull request as draft September 21, 2022 12:58
- Updated from nunit v2.4.3 to v2.7.1
- Replaced deprecated Is.StringContaining() calls with Does.Contain() in unit tests
- Added remark to explain nant is expected to be installed and the PATH environment variable
- This was was making the unit test misbehave because the nunit test runner built in nant-0.92 does not know about the new attribute
@bounav bounav marked this pull request as ready for review September 21, 2022 14:28
@bounav bounav changed the title More digital dusting - targeting net481 and asp.net 5.2.9 Targeting net481 and asp.net 5.2.9 Sep 21, 2022
Copy link
Member

@RobertTheGrey RobertTheGrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work - upgrading those projects must've been tedious!

@bounav bounav merged commit 0dc742d into master Sep 22, 2022
@bounav bounav deleted the net481 branch September 22, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants