Giter Club home page Giter Club logo

eulex.net's People

Contributors

bl8 avatar richardtallent-erm avatar yetidesbois avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

eulex.net's Issues

Improve error handling

If the expert query has an incorrect syntax, currently a System.AggregateException gets thrown to the calling code.
We should have a nicer exception with the error info from the server.

A fault was returned by the server exception

I am getting exception

EULex.SimpleSOAPClient.FaultException: 'A fault was returned by the server'

The code is as follows

using (var client = new Client(username, password))
            {

                var request = new SearchRequest
                {
                    ExpertQuery = "TI ~ privacy",
                    SearchLanguage = Language.en,
                    PageSize = 10,
                    Page = 1
                };

                var response = await client.DoQueryAsync(request);
            }

.net version 4.5.1

Enhancement: Publish on NuGet?

Hi! Thanks for this library, I'm hoping to use it to pull lists of Directives, Decisions, and Regulations from EULex... hope it works for those types of documents, I haven't tried it yet.

I wasn't able to find this on NuGet, so I thought I'd suggest that it be added there as a package. I'll just compile and use it locally, but having it available in a package manager will make it far easier to keep up with over time.

NuGet package

Can you create NuGet package with latest version of project?
Thanks!

Build not compatible with .NET 7

.NET 7 has now been released, and it is only compatible with libraries compiled for .NET Standard 2.0+, .NET 6+, or .NET Framework 4.6.2+. This library only targets .NET 5, so it is now incompatible. Details:

https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/7.0/old-framework-support

I was able to upgrade the library to target .NET Standard 2.0, which is still compatible with .NET 5 and 6 (and various framework versions) but extends that support to .NET 7 as well, I'll send a PR.

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.