Commit Graph

122 Commits (6559641912502fe0488f25bc35f4aab1a6de0420)

Author SHA1 Message Date
maliming 88aa8bcf51 Remove EntityFrameworkCore.DbMigrations project from the solution.
4 years ago
liangshiwei d5a263aaeb Upgrade mongo2go to 3.1.1
5 years ago
liangshiwei c941821881 Upgrade nuget packages of framework and templates
5 years ago
maliming 0c5d1a13e1 Upgrade nuget packages of framework and templates..
5 years ago
Halil İbrahim Kalkan a1df9bf5a5 Use async queryable in startup templates.
5 years ago
maliming ffa9bcac40 Use 5.0.* as ms packages version in the template.
5 years ago
maliming 8a277ddda4 Upgrade ms packages to 5.0.1
5 years ago
maliming fb16b00652 Upgrade to net 5 final.
5 years ago
maliming 2105f7a7de Move retry logic to the startup template.
5 years ago
Halil İbrahim Kalkan ed1faf5b75 Add HtmlAgilityPack to web tests
5 years ago
maliming 97f383ebcd Update MyProjectNameWebTestBase.cs
5 years ago
Halil İbrahim Kalkan 888ece3338 Fix MyProjectNameMongoDbTestModule
5 years ago
liangshiwei 73a3caf3fb Enable MongoDB transaction for unit test
5 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2.
5 years ago
maliming f151602b08 Update TargetFramework.
5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor.
5 years ago
maliming 88826d79b2 Upgrade templates.
5 years ago
liangshiwei b23a924747 Update app template
5 years ago
liangshiwei 4b2fe6ae48 Disable mongodb unit test transaction
5 years ago
liangshiwei 178bde4cee Update mongodb unit tests
5 years ago
liangshiwei 93ec65f0b1 Update unit tests
5 years ago
Halil İbrahim Kalkan d3af2bf69c Delete unused pipeline config on web test module.
5 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6.
5 years ago
maliming 5751ec0436 Upgrade templates module packages.
5 years ago
Halil İbrahim Kalkan 4bd49ef389
Merge pull request #3982 from abpframework/maliming/mongodb-patch
5 years ago
maliming 7846c90ea9 Make GetClaimsPrincipal mehtod public.
5 years ago
maliming 3af7696d0d Rename MongoDbFixture to MyProjectNameMongoDbFixture.
5 years ago
maliming 25030cf998 Small refactoring.
5 years ago
maliming 69c41dd850 Merge branch 'dev' into maliming/mongodb-patch
5 years ago
maliming e97d090caa Initialize MongoDbRunner in the static constructor.
5 years ago
Halil İbrahim Kalkan 16353e99d5 Complete upgrading to EF Core 3.1.4.
5 years ago
Halil İbrahim Kalkan 27a11f3781
Merge pull request #3918 from abpframework/maliming/signalr-patch-1
5 years ago
maliming 93d2f0c421
Update SampleAppServiceTests.cs
5 years ago
maliming 06d845e3ca Define CollectionFixture in each test project.
5 years ago
liangshiwei e97f07b011 Put UseAbpRequestLocalization just after the UseAuthentication
5 years ago
liangshiwei bb68bdcdc5 Move localization middleware above authentication middleware
5 years ago
maliming 5a2b36eeb4 Make GetClaimsPrincipal mehtod public.
5 years ago
maliming 441e18e2f4 Refactoring ICurrentPrincipalAccessor.
5 years ago
Halil İbrahim Kalkan d146f232ab Change UseMvcWithDefaultRouteAndArea with UseConfiguredEndpoints
5 years ago
Halil İbrahim Kalkan 2433dbbb91
Merge pull request #3519 from abpframework/maliming/patch2
6 years ago
Halil İbrahim Kalkan 71367a7fe8 Merge branch 'dev' into pr/2414
6 years ago
maliming 5ae4dccb96 Use the tempkey.rsa file in memory.
6 years ago
Halil İbrahim Kalkan 23e6018278 Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
6 years ago
Halil İbrahim Kalkan 3b369df403
Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
maliming 93b9a58029 Move generic host usage for console apps
6 years ago
maliming 9c226e6db3 Exclude templates & samples & abp_io projects.
6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
6 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
6 years ago
Yunus Emre Kalkan 4fb3e0e587 add missing namespace to modules and templates: Volo.Abp.Testing
6 years ago
Halil İbrahim Kalkan e3efdbb7c1 Resolved #2499: Move AbpValidationResource to Volo.Abp.Validation package.
6 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
6 years ago
Halil İbrahim Kalkan 9cabc686c8 Remove sync api from the startup template
6 years ago
Mehmet Tüken 6f0db0b9b0 [templates/app] fix mongo.exe dispose
6 years ago
Mehmet Tüken 7a088fc68a bump Microsoft.NET.Test.Sdk 16.3.0 to 16.4.0
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
Halil İbrahim Kalkan dbc2b4fb74 Upgrade NuGet packages on startup templates.
6 years ago
Halil İbrahim Kalkan decad8e30f
Merge pull request #1919 from abpframework/Align-Option-Class-Names
6 years ago
Yunus Emre Kalkan 9bd045d882 DbConnectionOptions to AbpDbConnectionOptions
6 years ago
Yunus Emre Kalkan df386b9ba7 NavigationOptions to AbpNavigationOptions
6 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions
6 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs
6 years ago
maliming 645e5d464e Move all projects to generic host & remove IConfigurationAccessor usage.
6 years ago
Halil İbrahim Kalkan 05cdda75b9 Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable.
6 years ago
Halil İbrahim Kalkan e0c27f411b Use IWebHostEnvironment instead of IHostingEnvironment
6 years ago
Halil İbrahim Kalkan ad4fcd57f8 Upgraded app template package and versions to .net core 3.0
6 years ago
maliming ff66516a93 Resolve #1632 MongoDB test problems & optimization.
6 years ago
Halil İbrahim Kalkan 0614a68710 #1632 MongoDB test problems & optimization
6 years ago
Halil İbrahim Kalkan f9de5fb0eb Upgrade app template NuGet packages
6 years ago
Halil İbrahim Kalkan ea450c2f5a Rename MyProjectName_ConsoleTestApp to MyProjectName_App
6 years ago
Halil İbrahim Kalkan 03fb457465 Fix local framework reference for the app template.
6 years ago
Halil İbrahim Kalkan e91da573ab Add angular project template. Rename mvc template to app template.
6 years ago