Code Monkey home page Code Monkey logo

imgix-csharp's People

Contributors

atlawrie avatar ericdeansanchez avatar frederickfogerty avatar hashknot avatar kellysutton avatar luqven avatar nphmuller avatar paulstraw avatar raynjamin avatar

Stargazers

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

Watchers

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

imgix-csharp's Issues

Updated Nuget?

Is there any chance of the nuget getting updated so the base64 variables work out of the box?

Repo access

Hey @raynjamin! I'm Paul, Developer Relations at imgix. I'm going to be making some updates to this library to support some of our new features, and was wondering if you'd rather I submit pull requests, or if you'd be okay with giving me direct repo access. We'd also be happy to pull this over to the imgix GitHub organization and handle it all going forward, if you'd prefer. Any of those options work for me, just let me know how you want to move forward! ๐Ÿ˜

.Net Core

Can I reference this library with asp.net Core?

Nuget Cryptography dependency

Hi,
When I try and install via nuget in VS2017 Community I get an error about Cryptography dependency. Am I missing something?

Attempting to gather dependency information for package 'Imgix-CSharp.1.0.1' with respect to project 'cightedfrontendwebforms', targeting '.NETFramework,Version=v4.6.1'
Gathering dependency information took 8.36 sec
Attempting to resolve dependencies for package 'Imgix-CSharp.1.0.1' with DependencyBehavior 'Lowest'
Install-Package : Unable to resolve dependency 'Cryptography'. Source(s) used: 'nuget.org', 'Microsoft Visual Studio Offline Packages'.
At line:1 char:1
+ Install-Package Imgix-CSharp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Thanks
Dean

Imgix Proxy with Signed Key failing

I appear to be running in to a problem, where I trying to use a proxy with a signed key.

If I create a URL via the tool in the web portal it works fine, if I do it via the api it gives an error about the signed key being wrong.

The library works fine for me if have a web folder setup, but I have a scenario where I needed to use the proxy, does anyone have any ideas what I am doing wrong? - I can't see any tests in the library for testing the proxy combination with a signed key.

My Test Code:

Dim l As New List(Of String)
l.Add("DOMAIN")
Dim urlBuilder = New UrlBuilder(l.ToArray, True)
urlBuilder.SignKey = "KEY"
Console.WriteLine(urlBuilder.BuildUrl("URL"))

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.