Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to BlowFish dependency. #38

Open
AraHaan opened this issue Oct 28, 2021 · 0 comments
Open

Changes to BlowFish dependency. #38

AraHaan opened this issue Oct 28, 2021 · 0 comments

Comments

@AraHaan
Copy link

AraHaan commented Oct 28, 2021

Note: I changed where the BlowFish depend now lives (Elskom/runtime) For that you might have to add that repository as a submodule and have a github action or something that can auto update it.

Also the BlowFish project on that repository now targets only .NET 6, It should still be possible to compile it in netstandard2.0, but it would require you to create a new project for it for .NET Standard 2.0. It will also require using the .NET 6 SDK and the C# 10 features like the <ImplicitUsings>enable</ImplicitUsings> and file scoped namespaces.

Other than that nothing much should have changed. In that repository the code files are under src/BlowFish/BlowFish/BlowFish.cs and src/BlowFish/Properties/Resources.xaml (Requires the new xaml source generator to generate the C# sources from that xaml file).

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

No branches or pull requests

1 participant