◐ Shell
clean mode source ↗

Allow loading of uncompressed rcnet file to allow version control tools to work nicely w/ ReClass.NET files by dschu012 · Pull Request #227 · ReClassNET/ReClass.NET

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dschu012

When working on rcnet files w/ multiple people, right now it is impossible to see changes from version to version since they are a zip archive. This PR is an attempt at allowing a rcnetxml to be Saved/Loaded with the raw XML to allow version tracking tools like git to work nicely w/ the files.

…ls to work nicely w/ ReClass.NET files

KN4CK3R

KN4CK3R

@@ -1,9 +1,11 @@
namespace ReClassNET.DataExchange.ReClass
namespace ReClassNET.DataExchange.ReClass

Choose a reason for hiding this comment

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

What are these changes here and in ReClass.NET_Launcher/Program.cs? BOM or something?

Choose a reason for hiding this comment

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

It seems so? Idk why those got added. I tried to revert them and vscode wasn't showing those lines as changed.

2 participants

@dschu012 @KN4CK3R