Ignore:
Timestamp:
09/01/26 06:13:32 (4 weeks ago)
Author:
mmilevski <markomilevski3@…>
Branches:
main
Children:
d89d25b
Parents:
fa0fbaf
Message:

Minor fixes.

Location:
KernelRecordsMVC.Infrastructure
Files:
1 added
23 edited

Legend:

Unmodified
Added
Removed
  • KernelRecordsMVC.Infrastructure/Data/KernelRecordsContext.cs

    rfa0fbaf rd2eccb3  
    1 using Microsoft.EntityFrameworkCore;
     1using KernelRecordsMVC.Domain.Enums;
     2using KernelRecordsMVC.Domain.Models;
    23using KernelRecordsMVC.Models;
    3 using KernelRecordsMVC.Domain.Enums;
    4 
    5 namespace KernelRecordsMVC.Data;
     4using Microsoft.EntityFrameworkCore;
     5
     6namespace KernelRecordsMVC.Infrastructure.Data;
    67
    78public class KernelRecordsContext : DbContext
    … …  
    3839    public DbSet<AlbumSong> AlbumSongs => Set<AlbumSong>();
    3940
     41    /*
    4042    public DbSet<SingleFeature> SingleFeatures => Set<SingleFeature>();
     43    */
    4144
    4245    protected override void OnModelCreating(ModelBuilder modelBuilder)
    … …  
    7477
    7578            entity.Property(x => x.UserId)
    76                 .HasColumnName("user_id");
     79                .HasColumnName("user_id")
     80                .ValueGeneratedOnAdd();
    7781
    7882            entity.Property(x => x.Email)
    … …  
    332336
    333337            entity.Property(x => x.OrderId)
    334                 .HasColumnName("order_id");
     338                .HasColumnName("order_id")
     339                .ValueGeneratedOnAdd();
    335340
    336341            entity.Property(x => x.UserId)
    … …  
    636641
    637642
    638         // ==========================================
     643        /*// ==========================================
    639644        // SINGLE_FEATURES
    640645        // ==========================================
    … …  
    665670                .HasForeignKey(x => x.SongId)
    666671                .OnDelete(DeleteBehavior.Cascade);
    667         });
     672        });*/
    668673    }
    669674}
  • KernelRecordsMVC.Infrastructure/obj/Debug/net8.0/KernelRecordsMVC.Infrastructure.AssemblyInfo.cs

    rfa0fbaf rd2eccb3  
    1414[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
    1515[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
    16 [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
     16[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+08aefc6f3b51f4bfcb7471a2fd319c064171b1c5")]
    1717[assembly: System.Reflection.AssemblyProductAttribute("KernelRecordsMVC.Infrastructure")]
    1818[assembly: System.Reflection.AssemblyTitleAttribute("KernelRecordsMVC.Infrastructure")]
  • KernelRecordsMVC.Infrastructure/obj/Debug/net8.0/KernelRecordsMVC.Infrastructure.AssemblyInfoInputs.cache

    rfa0fbaf rd2eccb3  
    1 d976ae6787ec8432847a2e4a4140d72c79cd2ba9e76e73db206545c5a751875b
     129890c3fa606f2219be884cf9fa6f0ab8840edefa58328d6f0795dd731979610
  • KernelRecordsMVC.Infrastructure/obj/Debug/net8.0/KernelRecordsMVC.Infrastructure.csproj.CoreCompileInputs.cache

    rfa0fbaf rd2eccb3  
    1 172f49bb6c82fcb78f69344b4dd9ce465cbf6952d7b3124c07aea1efcc20d8c1
     1c1e834df3a637502318b13439bebab2faed2d8515d0ecc0b012d76514222e7e1
  • KernelRecordsMVC.Infrastructure/obj/Debug/net8.0/KernelRecordsMVC.Infrastructure.csproj.FileListAbsolute.txt

    rfa0fbaf rd2eccb3  
    1111C:\Users\Marko\RiderProjects\KernelRecordsMVC\KernelRecordsMVC.Infrastructure\obj\Debug\net8.0\KernelRecordsMVC.Infrastructure.AssemblyInfo.cs
    1212C:\Users\Marko\RiderProjects\KernelRecordsMVC\KernelRecordsMVC.Infrastructure\obj\Debug\net8.0\KernelRecordsMVC.Infrastructure.csproj.CoreCompileInputs.cache
     13C:\Users\Marko\RiderProjects\KernelRecordsMVC\KernelRecordsMVC.Infrastructure\obj\Debug\net8.0\KernelRecordsMVC.Infrastructure.sourcelink.json
    1314C:\Users\Marko\RiderProjects\KernelRecordsMVC\KernelRecordsMVC.Infrastructure\obj\Debug\net8.0\KernelRe.F712F941.Up2Date
    1415C:\Users\Marko\RiderProjects\KernelRecordsMVC\KernelRecordsMVC.Infrastructure\obj\Debug\net8.0\KernelRecordsMVC.Infrastructure.dll
  • KernelRecordsMVC.Infrastructure/obj/KernelRecordsMVC.Infrastructure.csproj.nuget.dgspec.json

    rfa0fbaf rd2eccb3  
    6969            }
    7070          },
    71           "runtimeIdentifierGraphPath": "C:\\Users\\Marko\\.dotnet\\sdk\\8.0.422/PortableRuntimeIdentifierGraph.json"
     71          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424/PortableRuntimeIdentifierGraph.json"
    7272        }
    7373      }
    … …  
    133133            }
    134134          },
    135           "runtimeIdentifierGraphPath": "C:\\Users\\Marko\\.dotnet\\sdk\\8.0.422/PortableRuntimeIdentifierGraph.json"
     135          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424/PortableRuntimeIdentifierGraph.json"
    136136        }
    137137      }
    … …  
    208208            }
    209209          },
    210           "runtimeIdentifierGraphPath": "C:\\Users\\Marko\\.dotnet\\sdk\\8.0.422/PortableRuntimeIdentifierGraph.json"
     210          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424/PortableRuntimeIdentifierGraph.json"
    211211        }
    212212      }
  • KernelRecordsMVC.Infrastructure/obj/KernelRecordsMVC.Infrastructure.csproj.nuget.g.props

    rfa0fbaf rd2eccb3  
    88    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Marko\.nuget\packages\</NuGetPackageFolders>
    99    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
    10     <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
     10    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.2</NuGetToolVersion>
    1111  </PropertyGroup>
    1212  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  • KernelRecordsMVC.Infrastructure/obj/project.assets.json

    rfa0fbaf rd2eccb3  
    829829          }
    830830        },
    831         "runtimeIdentifierGraphPath": "C:\\Users\\Marko\\.dotnet\\sdk\\8.0.422/PortableRuntimeIdentifierGraph.json"
     831        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424/PortableRuntimeIdentifierGraph.json"
    832832      }
    833833    }
  • KernelRecordsMVC.Infrastructure/obj/project.nuget.cache

    rfa0fbaf rd2eccb3  
    11{
    22  "version": 2,
    3   "dgSpecHash": "qmuqeCPk0qg=",
     3  "dgSpecHash": "xTa02EzbK+0=",
    44  "success": true,
    55  "projectFilePath": "C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\KernelRecordsMVC.Infrastructure.csproj",
  • KernelRecordsMVC.Infrastructure/obj/project.packagespec.json

    rfa0fbaf rd2eccb3  
    1 "restore":{"projectUniqueName":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\KernelRecordsMVC.Infrastructure.csproj","projectName":"KernelRecordsMVC.Infrastructure","projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\KernelRecordsMVC.Infrastructure.csproj","packagesPath":"","outputPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Application\\KernelRecordsMVC.Application.csproj":{"projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Application\\KernelRecordsMVC.Application.csproj"},"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Domain\\KernelRecordsMVC.Domain.csproj":{"projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Domain\\KernelRecordsMVC.Domain.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.8, )"},"Npgsql.EntityFrameworkCore.PostgreSQL":{"target":"Package","version":"[8.0.8, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Users\\Marko\\.dotnet\\sdk\\8.0.422/PortableRuntimeIdentifierGraph.json"}}
     1"restore":{"projectUniqueName":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\KernelRecordsMVC.Infrastructure.csproj","projectName":"KernelRecordsMVC.Infrastructure","projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\KernelRecordsMVC.Infrastructure.csproj","packagesPath":"","outputPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Infrastructure\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Application\\KernelRecordsMVC.Application.csproj":{"projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Application\\KernelRecordsMVC.Application.csproj"},"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Domain\\KernelRecordsMVC.Domain.csproj":{"projectPath":"C:\\Users\\Marko\\RiderProjects\\KernelRecordsMVC\\KernelRecordsMVC.Domain\\KernelRecordsMVC.Domain.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[8.0.8, )"},"Npgsql.EntityFrameworkCore.PostgreSQL":{"target":"Package","version":"[8.0.8, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\8.0.424/PortableRuntimeIdentifierGraph.json"}}
  • KernelRecordsMVC.Infrastructure/obj/rider.project.model.nuget.info

    rfa0fbaf rd2eccb3  
    1 17878899123112971
     117882300160467997
  • KernelRecordsMVC.Infrastructure/obj/rider.project.restore.info

    rfa0fbaf rd2eccb3  
    1 17878899596254809
     117882300160467997
Note: See TracChangeset for help on using the changeset viewer.