Skip to content
View North8side2510's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report North8side2510

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
North8side2510/README.md

I'mecho "# 256root" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/North8side2510/256root.git git push -u origin main# Adding swagger documentation

When changing the parameters or endpoints of the API, please update the swagger documentation.

  1. Visit the open source editor

  2. Copy and paste the swagger from swagger.json in the docs folder

  3. The editor will ask you to transform the file into yaml, click yes

  4. Make your changes and make sure the swagger is valid. The editor when if it is not

  5. Click on File, then Convert and save as json and update the swagger.json filepublic class BlankTriggerAddingConvention : IModelFinalizingConvention { public virtual void ProcessModelFinalizing( IConventionModelBuilder modelBuilder, IConventionContext context) { foreach (var entityType in modelBuilder.Metadata.GetEntityTypes()) { var table = StoreObjectIdentifier.Create(entityType, StoreObjectType.Table); if (table != null && entityType.GetDeclaredTriggers().All(t => t.GetDatabaseName(table.Value) == null) && (entityType.BaseType == null || entityType.GetMappingStrategy() != RelationalAnnotationNames.TphMappingStrategy)) { entityType.Builder.HasTrigger(table.Value.Name + "_Trigger"); }

         foreach (var fragment in entityType.GetMappingFragments(StoreObjectType.Table))
         {
             if (entityType.GetDeclaredTriggers().All(t => t.GetDatabaseName(fragment.StoreObject) == null))
             {
                 entityType.Builder.HasTrigger(fragment.StoreObject.Name + "_Trigger");
             }
         }
     }
    

    } }services.AddDbContext( options => options.UseSqlServer( Configuration.GetConnectionString("DefaultConnection"), x => x.MigrationsAssembly("WebApplication1.Migrations"))); Overview basics/install basics/quickstart title: 'Lesson 24: Styling the skip link'work-item.htmla4a85f6477dfd49d36b1d4a3fd1f0762f5658148 af90e4d5a110dcf6e1929a510898c2ad28c45eec hero.image item.summary item.secondary item.primary item.title <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="string" android:sharedUserId="string" android:sharedUserLabel="string resource" android:sharedUserMaxSdkVersion="integer" android:versionCode="integer" android:versionName="string" android:installLocation=["auto" | "internalOnly" | "preferExternal"] > ...

Popular repositories Loading

  1. North8side2510 North8side2510 Public

    Config files for my GitHub profile.

    1