UltimateCoder
ee189605b0
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 1m39s
v3.1.3
2024-11-26 22:35:56 +01:00
UltimateCoder
aa1c52fe9a
Merge remote-tracking branch 'origin/master'
/ build (push) Failing after 28s
2024-11-26 22:33:42 +01:00
UltimateCoder
2ac90f6b11
Added NuGet.Config
...
Updated files
2024-11-26 22:31:48 +01:00
UltimateCoder
6328410e1a
Delete azure-pipelines.yml
/ build (push) Failing after 23s
2024-11-26 22:21:07 +01:00
UltimateCoder
55ec8aec21
Update .github/workflows/nuget-preview.yml
/ build (push) Failing after 27s
2024-11-26 22:18:34 +01:00
UltimateCoder
9e913a0582
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 23s
2024-11-25 22:05:16 +01:00
UltimateCoder
b2bbeeaf83
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 24s
2024-11-25 22:03:24 +01:00
UltimateCoder
27b1514fe6
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 4s
2024-11-25 22:01:35 +01:00
UltimateCoder
39bca51d3e
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 8s
2024-11-25 21:55:13 +01:00
UltimateCoder
a700faf3a9
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 3s
2024-11-25 21:52:42 +01:00
UltimateCoder
ba8f35e7ac
Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 12s
2024-11-25 21:47:37 +01:00
UltimateCoder
50aacd7944
Add .github/workflows/nuget-preview.yml
/ build (push) Failing after 2s
2024-11-25 21:42:17 +01:00
UltimateCoder
40ec6dd0f5
Update src/AspNetCore.Identity.MongoDbCore.csproj
2024-11-25 21:39:28 +01:00
UltimateCoder
77df00436a
Add .github/workflows/nuget-ci.yml
2024-11-25 21:35:29 +01:00
Adam Russell
ae7d0c944a
Updated to MongoDB.Driver 3.0, Straight Project Reference
...
Updated to MongoDB.Driver 3.0 + other packages, updated to .NET 8, and changed MongoDbGenericRepository to straight project reference temporarily.
2024-11-11 11:09:40 -08:00
Alexandre SPIESER
b9d2d1a5ac
Merge pull request #52 from iprotect-technologies/master
...
Remove static variables from stores, closes #51
2022-03-07 23:05:45 +00:00
James Hadwen
f5c3bee255
Remove static variables from stores
2022-01-27 20:15:57 +07:00
Alexandre SPIESER
7b87c81989
Release 3.1.2: Upgraded dependency MongoDbGenericRepository to version 1.4.8
2021-10-13 23:12:30 +01:00
Alexandre SPIESER
36a605e7d5
harmonize versioning tags and set them to same value.
...
revert test db connection string
2021-03-18 09:47:59 +00:00
Alexandre SPIESER
a9903b140f
+ git rid of the nuspec, and generate the package on build to avoid discrepancies on package content/platform support in the future.
...
+ remove browser link refs as it's useless.
+ remove ps scripts used to pack, since we pack on build now.
+ update license
+ remove lib folder as it's now unused
2021-03-18 07:56:39 +00:00
Alexandre SPIESER
35ab8de584
fix authentication issue in mvc sample app
2021-03-16 09:19:02 +00:00
Alexandre SPIESER
94d8f6b1ec
Merge pull request #40 from d-barker/netcoreapp3.1
...
Remove AspNet 2.2 dependencies
2021-03-04 10:21:50 +00:00
David Barker
af725717bb
Resore app.UseBrowserLink();
2021-03-04 18:13:11 +08:00
David Barker
512f2fefa4
Resolved issue with Nuget package versions,
...
Setting min value to 3.1.8
To override this include the version of the dependency
that you want to use in the project, 3.1.12 is recommended
2021-03-04 11:59:13 +08:00
David Barker
7566643369
Issues with the version number as 3.1.1
...
nuspec suggests that this is greater than or equal to
VS code reports error, changing this to 3.1.12 resolves this error?
2021-03-04 00:35:20 +08:00
David Barker
21082165d6
Update nuspec to 3.1 version to match aspnetcore3.1
...
Add pack.ps1 to build the nuget package using dotnet pack
2021-03-03 17:24:09 +08:00
David Barker
4c8bd6a225
Removed AspNet 2.2 dependencies from test application
2021-03-03 16:54:23 +08:00
David Barker
91329b8653
Updated tests based on changes to AspNet Identity Core
...
Added .AddDefaultTokenProviders() after the call to ConfigureMongoDbIdentity
Note: There are four places in the test project
Added .AddAuthentication() to register all the authentication types
Fixed aspnetsettings.json IncludeScopes to empty object, not false
Updated unit test packages to latest version
Added project reference for unit test rather than package reference
Removed all references to AspNet framework assemblies as these are now part of the netcoreapp3.1
2021-03-03 16:04:49 +08:00
David Barker
c39a8b3109
Removed AspNet 2.2 dependencies
...
Included Microsoft.Extensions.Identity.Core instead of Microsoft.AspNetCore.Identity
Changed initialisation to return the IdentityBuilder so that the token providers can be set independently
Had to remove AddDefaultTokenProviders as this is part of the AspNet 3.1 framework and not dotnet standard 2.1
2021-03-03 15:51:44 +08:00
d-barker
758735560e
Merge pull request #1 from alexandre-spieser/master
...
Pull latest changes
2021-03-03 15:00:44 +08:00
Alexandre SPIESER
dd56195366
Update README.md
2020-06-09 17:19:58 +01:00
Alexandre SPIESER
e8a788c314
Update README.md
2020-06-05 07:29:07 +01:00
Alexandre SPIESER
51a40cfd57
Merge pull request #31 from alexandre-spieser/alex/release/2.1.1
...
Alex/release/2.1.1
2020-05-17 18:59:32 +01:00
Alexandre SPIESER
4bdaa5faee
new release pushed
2020-05-17 18:58:50 +01:00
Alexandre SPIESER
581a630bc9
added another 2nd document update to ensure it works consecutively
2020-05-17 17:42:49 +01:00
Alexandre SPIESER
b45564a291
added test to validate that updates works
2020-05-17 17:36:26 +01:00
Alexandre SPIESER
35013795ea
bug fixes, upgrade to latest MongoDbGenericRepository package
2020-05-17 16:35:35 +01:00
Alexandre SPIESER
026d4720bc
Merge pull request #30 from mjebrahimi/master
...
[BugFix]: Set name parameter to the Name property
2020-05-17 15:17:01 +01:00
Mohammad Javad Ebrahimi
b1597c1900
[BugFix]: Set name parameter to the Name property
...
[BugFix]: Set name parameter to the Name property. related to #29 issue
2020-05-16 01:23:33 +04:30
Alexandre SPIESER
57827c64b2
fix runtime errors due to different mongodb driver versions.
2020-01-27 22:25:34 +00:00
Alexandre SPIESER
b3db4eb39f
Merge pull request #25 from d-barker/master
...
Migrate MVC project to netcoreapp3.1
2020-01-27 21:15:14 +00:00
d-barker
c544f0e8e8
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 17:17:50 +08:00
d-barker
33434bd965
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 17:10:10 +08:00
d-barker
68b5e63b4e
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:51:04 +08:00
d-barker
727b9a8041
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:38:45 +08:00
d-barker
b5365249d9
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:09:32 +08:00
d-barker
236bfb3cdc
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:06:31 +08:00
d-barker
fbc039f73a
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:03:37 +08:00
d-barker
57c01c3297
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 16:00:03 +08:00
d-barker
79f54b212f
Update azure-pipelines.yml for Azure Pipelines
2020-01-24 15:30:54 +08:00