Skip to content

Commit

Permalink
v0.0.236
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Van Hoey committed Oct 31, 2023
1 parent 7ae14ba commit a24bba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"prefix": "yDbSetNewSyntax"
},
"deleteAsyncMethodDefinition": {
"body": "public Task$1 Delete${2:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}Async(${3|Guid,int,string|} id);$0",
"body": "Task$1 Delete${2:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}Async(${3|Guid,int,string|} id);$0",
"description": "Adds a DeleteAsync method definition for an interface",
"prefix": "yDeleteAsyncMethodDefinition"
},
Expand Down Expand Up @@ -864,7 +864,7 @@
"prefix": "yStringLengthAttribute"
},
"updateAsyncMethodDefinition": {
"body": "public Task$1 Update${2:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}Async(${3|Guid,int,string|} id, ${4:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}$5 ${6:${4/(.*)/${1:/downcase}/}});$0",
"body": "Task$1 Update${2:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}Async(${3|Guid,int,string|} id, ${4:${TM_FILENAME_BASE/([\\I])(.*)(Service)/$2/gi}}$5 ${6:${4/(.*)/${1:/downcase}/}});$0",
"description": "Adds a UpdateAsync method definition for an interface",
"prefix": "yUpdateAsyncMethodDefinition"
}
Expand Down

0 comments on commit a24bba2

Please sign in to comment.