GithubHelp home page GithubHelp logo

empyreal96 / easy-fetch-uwp Goto Github PK

View Code? Open in Web Editor NEW
16.0 4.0 2.0 4.96 MB

Formally "Phone Helper": A simple tool to help WP users in downloading various things

C# 100.00%
windows windows-10-mobile windows-10 downloader uwp ffu-downloader youtube-downloader file-downloader archive-extractor

easy-fetch-uwp's People

Contributors

empyreal96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

easy-fetch-uwp's Issues

Does LangVersion in SharpCompress need to be set to 7.2?

I'm not sure how this builds without this being set, as Visual Studio will complain about these not being present in 7.0, at least in Visual Studio 2017.

1>------ Build started: Project: StoreLib, Configuration: Debug x64 ------
2>------ Build started: Project: SharpCompress, Configuration: Debug x64 ------
1>Services\FE3Handler.cs(122,33,122,35): warning CS0168: The variable 'ex' is declared but never used
1>Services\FE3Handler.cs(130,33,130,35): warning CS0168: The variable 'ex' is declared but never used
1>Services\FE3Handler.cs(139,34,139,36): warning CS0168: The variable 'ex' is declared but never used
1>Services\DisplayCatalogHandler.cs(204,13,204,20): warning CS0162: Unreachable code detected
1>Services\DisplayCatalogHandler.cs(195,40,195,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>StoreLib -> D:\robomwm\repos\Easy-Fetch-UWP\StoreLib\bin\x64\Debug\netstandard1.4\StoreLib.dll
1>Successfully created package 'D:\robomwm\repos\Easy-Fetch-UWP\StoreLib\bin\x64\Debug\StoreLib.1.2.1.nupkg'.
1>Done building project "StoreLib.csproj".
3>------ Build started: Project: Easy-Fetch, Configuration: Debug x64 ------
3>C:\Users\robom\.nuget\packages\microsoft.ui.xaml\2.1.190405004\build\Common.targets(15,5): error : Microsoft.UI.Xaml nuget package requires TargetPlatformVersion >= 10.0.17763.0 (current project is 15063)
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Archives\AbstractWritableArchive.cs(99,67,99,74): error CS8107: Feature 'default literal' is not available in C# 7.0. Please use language version 7.1 or greater.
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Archives\AbstractWritableArchive.cs(110,67,110,74): error CS8107: Feature 'default literal' is not available in C# 7.0. Please use language version 7.1 or greater.
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Archives\IWritableArchive.cs(11,112,11,119): error CS8107: Feature 'default literal' is not available in C# 7.0. Please use language version 7.1 or greater.
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Common\SevenZip\CMethodId.cs(3,14,3,22): error CS8107: Feature 'readonly structs' is not available in C# 7.0. Please use language version 7.2 or greater.
========== Build: 1 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

Not sure how SharpCompress should be referenced in Easy-Fetch-UWP build

Having an issue where the Easy-Fetch-UWP project is unable to find SharpCompress when I do an x86 build of the entire solution. Is there an extra step I need to do to build this solution?

After working through some issues I posted in #1, I'm still unable to build the solution as-is (although I have modified minimum and target versions). I set target version to 17763 for Easy-Fetch-UWP project - is 19041 required?

1>------ Build started: Project: StoreLib, Configuration: Release x86 ------
2>------ Build started: Project: SharpCompress, Configuration: Release x86 ------
1>Services\FE3Handler.cs(122,33,122,35): warning CS0168: The variable 'ex' is declared but never used
1>Services\FE3Handler.cs(130,33,130,35): warning CS0168: The variable 'ex' is declared but never used
1>Services\FE3Handler.cs(139,34,139,36): warning CS0168: The variable 'ex' is declared but never used
1>Services\DisplayCatalogHandler.cs(204,13,204,20): warning CS0162: Unreachable code detected
1>Services\DisplayCatalogHandler.cs(195,40,195,64): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>StoreLib -> D:\robomwm\repos\Easy-Fetch-UWP\StoreLib\bin\x86\Release\netstandard1.4\StoreLib.dll
1>Successfully created package 'D:\robomwm\repos\Easy-Fetch-UWP\StoreLib\bin\x86\Release\StoreLib.1.2.1.nupkg'.
1>Done building project "StoreLib.csproj".
3>------ Build started: Project: Easy-Fetch, Configuration: Release x86 ------
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Xz\XZStream.cs(9,25,9,33): warning CS3021: 'XZStream' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Xz\XZIndexRecord.cs(7,18,7,31): warning CS3021: 'XZIndexRecord' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Xz\XZIndex.cs(11,18,11,25): warning CS3021: 'XZIndex' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Archives\IWritableArchiveExtensions.cs(83,38,83,40): warning CS0168: The variable 'ex' is declared but never used
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Writers\GZip\GZipWriter.cs(22,44,22,76): warning CS0472: The result of the expression is always 'false' since a value of type 'CompressionLevel' is never equal to 'null' of type 'CompressionLevel?'
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Common\ExtractionMethods.cs(173,30,173,31): warning CS0168: The variable 'e' is declared but never used
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Rar\UnpackV2017\unpack_hpp.cs(191,21,191,31): warning CS0649: Field 'UnpackFilter30.BlockStart' is never assigned to, and will always have its default value 0
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Rar\VM\BitInput.cs(14,21,14,35): warning CS0649: Field 'BitInput.ExternalBuffer' is never assigned to, and will always have its default value false
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Rar\UnpackV2017\unpack_hpp.cs(192,21,192,32): warning CS0649: Field 'UnpackFilter30.BlockLength' is never assigned to, and will always have its default value 0
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Rar\UnpackV2017\unpack_hpp.cs(197,21,197,33): warning CS0649: Field 'UnpackFilter30.ParentFilter' is never assigned to, and will always have its default value 0
2>D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\Compressors\Rar\UnpackV2017\unpack_hpp.cs(193,21,193,31): warning CS0649: Field 'UnpackFilter30.NextWindow' is never assigned to, and will always have its default value false
2>  SharpCompress -> D:\robomwm\repos\Easy-Fetch-UWP\SharpCompressUWP\bin\x86\Release\SharpCompress.dll
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(22,7,22,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(23,7,23,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(24,7,24,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(25,7,25,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Home.xaml.cs(33,7,33,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Home.xaml.cs(34,7,34,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Home.xaml.cs(35,7,35,20): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(154,68,154,101): error CS0246: The type or namespace name 'ReaderExtractionEventArgs<>' could not be found (are you missing a using directive or an assembly reference?)
3>D:\robomwm\repos\Easy-Fetch-UWP\Easy-Fetch\Archiver.xaml.cs(154,94,154,100): error CS0246: The type or namespace name 'IEntry' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 2 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer to obtain a new app package with verified certificates. The root certificate and all immediate certificates of the signature in the app package must be verified

This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer to obtain a new app package with verified certificates. The root certificate and all immediate certificates of the signature in the app package must be verified

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.