Bogus VS Ocelot

Compare Bogus vs Ocelot and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Bogus Ocelot
27 7
8,208 8,125
- 0.8%
8.3 8.5
about 1 month ago 1 day ago
C# C#
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Bogus

Posts with mentions or reviews of Bogus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.
  • Bogus custom Dataset
    2 projects | dev.to | 6 Jan 2024
    Bogus NuGet package is fake data generator which can be helpful for populating tables in a database and testing purposes. If a database is not used and Bogus populates list of data each time an application runs, the data is random, never the same. Also, the random data generated by Bogus may not meet a developer’s requirements.
  • C# User-defined explicit and implicit conversion operators
    2 projects | dev.to | 1 Jan 2024
    A list is populated with NuGet package Bogus.
  • Windows form move items up/down in ListView and more
    2 projects | dev.to | 22 Dec 2023
    Other project either mocked data using NuGet package Bogus or a json file.
  • Should I give a copy of the database to the developer
    1 project | /r/dotnet | 25 Jun 2023
    That reminds me of Bogus which also generates dummy data that I've been using for sometime now.
  • Best practices for organising Mock Data & Repositories in Testing
    3 projects | /r/dotnet | 2 Jun 2023
    To do all this you need test though...and that's where ]Bogus](https://github.com/bchavez/Bogus) and Auto Bogus come in handy. They both generate semi random test data that you can use to populate whatever method you've decided to use. You can setup rules so for specific fields, they have built in generators for common things like names and addresses. Auto Bogus can be used to populate large/complicated objects with data automatically (it can be slow if you don't use .WithRecursiveDepth() or.WithTreeDepth() )
  • Do you guys mock everything in your Unit Tests?
    5 projects | /r/csharp | 12 Apr 2023
    Bogus - For creating fake data Verify - Snapshot testing for .NET MELT - For testing ILogger usage Stryker - Mutation Testing for .NET TestContainers - run docker programmatically in integration tests
  • WinForms communicate between forms
    2 projects | dev.to | 9 Apr 2023
    To keep things interesting Bogus library is used to create a Person instance.
  • bchavez/Bogus: fake data generator for C#
    1 project | /r/GodotCSharp | 14 Feb 2023
  • The art of Deconstructing
    2 projects | dev.to | 12 Feb 2023
    Usage with mocked data using Bogus NuGet package.
  • Nuget Packages in Class Libraries
    1 project | /r/dotnet | 9 Feb 2023
    I would say the issue is either a general issue with how Revit loads the addin, or maybe an issue with conflicts in your transitive dependencies. You can do some tests to try to figure out which. Try making a barebones Revit addin that uses a library that has no dependencies and isn't likely to be used in Revit. I'd suggest Bogus, you can use it generate a few pieces of test data and log them/display in the UI/whatever. If that works, then it would appear that Revit is fine with your addin having dependencies (which I would expect).

Ocelot

Posts with mentions or reviews of Ocelot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.

What are some alternatives?

When comparing Bogus and Ocelot you can also consider the following projects:

AutoFixture - AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

RestSharp - Simple REST and HTTP API Client for .NET

faker-cs - C# port of the Ruby Faker gem (http://faker.rubyforge.org/)

Refit - The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

Moq - Repo for managing Moq 4.x [Moved to: https://github.com/moq/moq]

SoapCore - SOAP extension for ASP.NET Core

NBuilder - Rapid generation of test objects in .NET

Simple.OData.Client

FakeItEasy - The easy mocking library for .NET

RestEase - Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit

GenFu - GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.

Flurl.Http - Fluent URL builder and testable HTTP client for .NET