Compare commits
No commits in common. "a6228f3704b7e9c22a04da1a3c8dbbb9599a03f0" and "b3b39f583a6d7872252c4e1e6c614c4f1e18690e" have entirely different histories.
a6228f3704
...
b3b39f583a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"rollForward": "Major",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "9.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,45 +0,0 @@
|
||||
[2025-05-30 14:16:14+00:00] [Error] [Oqtane.Infrastructure.NotificationJob] An Error Occurred Stopping Scheduled Job: Notification Job - System.InvalidOperationException: No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the application service provider. If 'AddDbContext' is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
|
||||
at Microsoft.EntityFrameworkCore.Internal.DbContextServices.Initialize(IServiceProvider scopedProvider, DbContextOptions contextOptions, DbContext context)
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_ContextServices()
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_Model()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityType()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.CheckState()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityQueryable()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator()
|
||||
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
|
||||
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
|
||||
at Oqtane.Repository.JobRepository.<GetJobs>b__3_0(ICacheEntry entry) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 26
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory, MemoryCacheEntryOptions createOptions)
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory)
|
||||
at Oqtane.Repository.JobRepository.GetJobs() in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 23
|
||||
at Oqtane.Infrastructure.HostedServiceBase.StopAsync(CancellationToken cancellationToken) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Infrastructure/Jobs/HostedServiceBase.cs:line 288
|
||||
[2025-05-30 14:16:14+00:00] [Error] [Oqtane.Infrastructure.PurgeJob] An Error Occurred Stopping Scheduled Job: Purge Job - System.InvalidOperationException: No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the application service provider. If 'AddDbContext' is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
|
||||
at Microsoft.EntityFrameworkCore.Internal.DbContextServices.Initialize(IServiceProvider scopedProvider, DbContextOptions contextOptions, DbContext context)
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_ContextServices()
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_Model()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityType()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.CheckState()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityQueryable()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator()
|
||||
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
|
||||
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
|
||||
at Oqtane.Repository.JobRepository.<GetJobs>b__3_0(ICacheEntry entry) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 26
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory, MemoryCacheEntryOptions createOptions)
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory)
|
||||
at Oqtane.Repository.JobRepository.GetJobs() in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 23
|
||||
at Oqtane.Infrastructure.HostedServiceBase.StopAsync(CancellationToken cancellationToken) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Infrastructure/Jobs/HostedServiceBase.cs:line 288
|
||||
[2025-05-30 14:16:14+00:00] [Error] [Oqtane.Infrastructure.SearchIndexJob] An Error Occurred Stopping Scheduled Job: Search Index Job - System.InvalidOperationException: No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the application service provider. If 'AddDbContext' is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
|
||||
at Microsoft.EntityFrameworkCore.Internal.DbContextServices.Initialize(IServiceProvider scopedProvider, DbContextOptions contextOptions, DbContext context)
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_ContextServices()
|
||||
at Microsoft.EntityFrameworkCore.DbContext.get_Model()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityType()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.CheckState()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.get_EntityQueryable()
|
||||
at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator()
|
||||
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
|
||||
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
|
||||
at Oqtane.Repository.JobRepository.<GetJobs>b__3_0(ICacheEntry entry) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 26
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory, MemoryCacheEntryOptions createOptions)
|
||||
at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate[TItem](IMemoryCache cache, Object key, Func`2 factory)
|
||||
at Oqtane.Repository.JobRepository.GetJobs() in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Repository/JobRepository.cs:line 23
|
||||
at Oqtane.Infrastructure.HostedServiceBase.StopAsync(CancellationToken cancellationToken) in /home/kocoder/src/dotnet/oqtane.framework/oqtane.framework/Oqtane.Server/Infrastructure/Jobs/HostedServiceBase.cs:line 288
|
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "9.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
[
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.dll",
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.pdb",
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.dll",
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.pdb",
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.dll",
|
||||
"/SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.pdb",
|
||||
"/wwwroot/_content/Placeholder.txt",
|
||||
"/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.js",
|
||||
"/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css"
|
||||
]
|
@ -1,93 +0,0 @@
|
||||
{
|
||||
"SQLitePCLRaw.provider.e_sqlite3.dll": 1,
|
||||
"Microsoft.JSInterop.dll": 1,
|
||||
"Microsoft.Extensions.Diagnostics.Abstractions.dll": 1,
|
||||
"Oqtane.Database.PostgreSQL.dll": 1,
|
||||
"Microsoft.AspNetCore.Cryptography.Internal.dll": 1,
|
||||
"System.Security.Cryptography.ProtectedData.dll": 1,
|
||||
"Oqtane.Database.SqlServer.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.WebAssembly.Server.dll": 1,
|
||||
"Microsoft.Bcl.AsyncInterfaces.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.Authorization.dll": 1,
|
||||
"Microsoft.Extensions.Configuration.Binder.dll": 1,
|
||||
"Microsoft.Extensions.FileProviders.Abstractions.dll": 1,
|
||||
"Microsoft.AspNetCore.Authorization.dll": 1,
|
||||
"Microsoft.JSInterop.WebAssembly.dll": 1,
|
||||
"Microsoft.Extensions.FileSystemGlobbing.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.dll": 1,
|
||||
"Azure.Core.dll": 1,
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": 1,
|
||||
"Swashbuckle.AspNetCore.SwaggerGen.dll": 1,
|
||||
"Microsoft.Extensions.Configuration.Abstractions.dll": 1,
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": 1,
|
||||
"Microsoft.Extensions.DependencyInjection.dll": 1,
|
||||
"Microsoft.Extensions.Primitives.dll": 1,
|
||||
"Microsoft.EntityFrameworkCore.Sqlite.dll": 1,
|
||||
"Pomelo.EntityFrameworkCore.MySql.dll": 1,
|
||||
"System.Configuration.ConfigurationManager.dll": 1,
|
||||
"Azure.Identity.dll": 1,
|
||||
"Microsoft.Extensions.Logging.Abstractions.dll": 1,
|
||||
"Microsoft.Data.Sqlite.dll": 1,
|
||||
"Microsoft.Identity.Client.Extensions.Msal.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.Forms.dll": 1,
|
||||
"Oqtane.Server.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.WebAssembly.Authentication.dll": 1,
|
||||
"System.Memory.Data.dll": 1,
|
||||
"SQLitePCLRaw.core.dll": 1,
|
||||
"System.ClientModel.dll": 1,
|
||||
"Microsoft.Extensions.Http.dll": 1,
|
||||
"Microsoft.EntityFrameworkCore.dll": 1,
|
||||
"System.Diagnostics.EventLog.dll": 1,
|
||||
"Microsoft.Extensions.Caching.Memory.dll": 1,
|
||||
"Microsoft.Extensions.Diagnostics.dll": 1,
|
||||
"Microsoft.EntityFrameworkCore.SqlServer.dll": 1,
|
||||
"Microsoft.Extensions.Identity.Core.dll": 1,
|
||||
"Microsoft.OpenApi.dll": 1,
|
||||
"Microsoft.EntityFrameworkCore.Abstractions.dll": 1,
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": 1,
|
||||
"Npgsql.dll": 1,
|
||||
"Microsoft.Extensions.FileProviders.Physical.dll": 1,
|
||||
"Microsoft.Identity.Client.dll": 1,
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions.dll": 1,
|
||||
"Microsoft.SqlServer.Server.dll": 1,
|
||||
"HtmlAgilityPack.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.WebAssembly.dll": 1,
|
||||
"Microsoft.Extensions.Localization.Abstractions.dll": 1,
|
||||
"System.Text.Json.dll": 1,
|
||||
"Microsoft.Extensions.Configuration.Json.dll": 1,
|
||||
"Microsoft.Bcl.Cryptography.dll": 1,
|
||||
"Microsoft.IdentityModel.Protocols.dll": 1,
|
||||
"Swashbuckle.AspNetCore.Swagger.dll": 1,
|
||||
"System.Security.Cryptography.Pkcs.dll": 1,
|
||||
"System.IdentityModel.Tokens.Jwt.dll": 1,
|
||||
"Microsoft.Data.SqlClient.dll": 1,
|
||||
"Microsoft.Extensions.Caching.Abstractions.dll": 1,
|
||||
"Oqtane.Database.MySQL.dll": 1,
|
||||
"SixLabors.ImageSharp.dll": 1,
|
||||
"Microsoft.Extensions.Configuration.FileExtensions.dll": 1,
|
||||
"Microsoft.Extensions.Identity.Stores.dll": 1,
|
||||
"Microsoft.Extensions.Localization.dll": 1,
|
||||
"MySql.Data.dll": 1,
|
||||
"Microsoft.Extensions.Options.dll": 1,
|
||||
"Oqtane.Database.Sqlite.dll": 1,
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": 1,
|
||||
"Oqtane.Client.dll": 1,
|
||||
"Microsoft.EntityFrameworkCore.Relational.dll": 1,
|
||||
"Microsoft.Extensions.Configuration.dll": 1,
|
||||
"Oqtane.Shared.dll": 1,
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL.dll": 1,
|
||||
"Swashbuckle.AspNetCore.SwaggerUI.dll": 1,
|
||||
"Microsoft.IdentityModel.Logging.dll": 1,
|
||||
"Microsoft.AspNetCore.Components.Web.dll": 1,
|
||||
"EFCore.NamingConventions.dll": 1,
|
||||
"Microsoft.Extensions.Logging.dll": 1,
|
||||
"Microsoft.AspNetCore.Metadata.dll": 1,
|
||||
"Microsoft.IdentityModel.Abstractions.dll": 1,
|
||||
"Microsoft.IdentityModel.JsonWebTokens.dll": 1,
|
||||
"Microsoft.IdentityModel.Tokens.dll": 1,
|
||||
"SQLitePCLRaw.batteries_v2.dll": 1,
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": 1,
|
||||
"SZUAbsolventenverein.Module.EventRegistration.Client.Oqtane.dll": 1,
|
||||
"SZUAbsolventenverein.Module.EventRegistration.Server.Oqtane.dll": 1,
|
||||
"SZUAbsolventenverein.Module.EventRegistration.Shared.Oqtane.dll": 1
|
||||
}
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user