FappCommon 2.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FappCommon --version 2.0.0
NuGet\Install-Package FappCommon -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FappCommon" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FappCommon --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FappCommon, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FappCommon as a Cake Addin #addin nuget:?package=FappCommon&version=2.0.0 // Install FappCommon as a Cake Tool #tool nuget:?package=FappCommon&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mongo4Test
Easily create test for mocking mongo database with Seed and
Instructions
YourMockDbContext
Mock your application database context.
Implement
BaseMockMongoDbContext
- Your database context interface
YourMongoDatabaseFixture
Singleton that creates a mongo instance that is shared between every test
Implement
BaseMongoDatabaseFixture<YourMockDbContext>
YourMongoDatabaseCollection
Needed to be able to share YourMongoDatabaseFixture between the tests
Should have the tag [Collection(UniqueName)]
Implement
ICollectionFixture<YourMongoDatabaseFixture>
YourTest
A class that will do some XUnit tests
Implement
BaseMongoTest<MockMongoDbContext>
Seeds
Create a methods to seed you database using Fixture.ImportData
and then call these methods in the constructor
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Mongo2Go (>= 3.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 184 | 9/20/2023 |
2.3.1 | 140 | 9/19/2023 |
2.3.0 | 141 | 9/15/2023 |
2.2.3 | 139 | 8/17/2023 |
2.2.2 | 142 | 8/17/2023 |
2.2.1 | 153 | 8/16/2023 |
2.2.0 | 158 | 8/16/2023 |
2.1.4 | 183 | 8/16/2023 |
2.1.3 | 157 | 8/13/2023 |
2.1.2 | 173 | 8/5/2023 |
2.1.1 | 172 | 8/5/2023 |
2.1.0 | 162 | 8/5/2023 |
2.0.0 | 159 | 8/5/2023 |
1.0.0 | 186 | 8/4/2023 |