Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically Include App Name in Comments by Default #601

Open
2 tasks done
jibedoubleve opened this issue Jan 2, 2025 · 0 comments
Open
2 tasks done

Automatically Include App Name in Comments by Default #601

jibedoubleve opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@jibedoubleve
Copy link
Owner

jibedoubleve commented Jan 2, 2025

To do

  • When creating a new alias, propose by default this description
  • Add a new menu in Data Reconcilisation to allow to update all the notes that are empty.

Code

This code shows how to do

using System.Diagnostics;

string filePath = @"C:\Users\jibedoubleve\AppData\Local\Programs\Microsoft VS Code\Code.exe"; 
FileVersionInfo versionInfo = FileVersionInfo.GetVersionInfo(filePath);
string description = versionInfo.FileDescription;
@jibedoubleve jibedoubleve self-assigned this Jan 2, 2025
@jibedoubleve jibedoubleve added the feature New feature or request label Jan 2, 2025
@jibedoubleve jibedoubleve modified the milestones: vNext, 3.1.0 Jan 2, 2025
@jibedoubleve jibedoubleve changed the title By default add the name of the app in 'comments' "Enhance SQL Query to Perform Insert or Update in a Single Operation" Jan 3, 2025
@jibedoubleve jibedoubleve changed the title "Enhance SQL Query to Perform Insert or Update in a Single Operation" Enhance SQL Query to Perform Insert or Update in a Single Operation Jan 3, 2025
@jibedoubleve jibedoubleve changed the title Enhance SQL Query to Perform Insert or Update in a Single Operation Automatically Include App Name in Comments by Default Jan 3, 2025
@jibedoubleve jibedoubleve linked a pull request Jan 4, 2025 that will close this issue
@jibedoubleve jibedoubleve modified the milestones: 3.1.0, 3.0.0 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant