Giter VIP home page Giter VIP logo

faker-cs's People

Contributors

derstimmler avatar draptik avatar emilkmetski avatar josephamalfitanossa avatar michaldudak avatar mjwilliams87 avatar nicnz avatar oriches avatar siliconrob avatar techychap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

faker-cs's Issues

Framework specific dependencies

The NetStandard.Library is defined as a dependency of the nuget when in fact it is only required for netstandard 2.0. As such the nuget should have atleast 2 target frameworks netstandard 2.0 and netcoreapp 3.0 with netcore app not having any dependency.

.net 6rc throws warning

Hi,

Just an FYI,

Warning NU1701 Package 'Faker 1.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project. TestProject C:\Users\Me\source\repos\DocsAPI\tests\TestProject.csproj 1

Works OK

RandomNumber.Next() generates values < 0

Test to reproduce

        [TestCase(0, int.MaxValue, "0 to int max")]
        public void Should_Yield_All_ValuesWithinRange(int minValue, int maxValue, string testName)
        {
            Console.WriteLine($@"RandomNumber.Next [{testName}]");
            var result = true;
            for (var i = 0; i < 50; i++)
            {
                var number = RandomNumber.Next(minValue, maxValue);
                Console.WriteLine($@" result: [{number}]");
                if (number < 0)
                {
                    result = false;
                    break;
                }
            }

            Assert.IsTrue(result);
        }

image

Set LicenceExpression for package

Is your feature request related to a problem? Please describe.
In dependency track this package is reporting as not having a licence type specified

Describe the solution you'd like
The PackageLicenseExpression property is set in the csproj so thay the NUGET package has the information. This can then ben included in the SBOM so that analysis can occur in the appropriate tools

Describe alternatives you've considered
Ignore them, bundle licence file into package & reference the file.

Additional context
As per https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target, PackageLicenseUrl is deprecated

Improve package readme

Summary

I wish for the nuget packages to have a more informative readme.

Details

The nuget package should be using the same readme as the repo to make it as easy as possible for a user to get started with the package.

Invalid german country resources

In the German resource file for addresses, the separators between countries are missing. Therefore, there are only two countries present: Egypt and all other countries concatenated.

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.