thermofisherlsms / RawFileReader

Other
46 stars 18 forks source link

MonoDevelop shows missing files and references #4

Open laeubi opened 1 year ago

laeubi commented 1 year ago

The example code explains it can be used with MonoDevelop:

https://github.com/thermofisherlsms/RawFileReader/blob/b3ed6039f2a60cb6577fcc280b39567aa194f7bb/Program.cs#L10-L12

but open the project shows missing files and references to the assemblies: grafik

It would be good to have an section in the repository readme to explain the steps / requirements for VisualStudio and MonoDevelop!

jshofstahl commented 1 year ago

Christoph,

AS you probably noticed I was out for a few days and I was working through the e-mails that accumulated during that time so I didn’t notice you had send a second e-mail. I see you found the LSMS Github page. You will notice that in the repository are NuGet packages. Have you worked with them before? If not, you will need to manually install them in your project. There is a document In the repository describing how to manually install them. While we have an internal NuGet server within Thermo Fisher it is only for internal use, so you have to manually install the files.

Jim

From: Christoph Läubrich @.> Sent: Monday, June 19, 2023 2:21 AM To: thermofisherlsms/RawFileReader @.> Cc: Subscribed @.***> Subject: [thermofisherlsms/RawFileReader] MonoDevelop shows missing files and references (Issue #4)

CAUTION: This email originated from outside of Thermo Fisher Scientific. If you believe it to be suspicious, report using the Report Phish button in Outlook or send to @.***

The example code explains it can be used with MonoDevelop:

https://github.com/thermofisherlsms/RawFileReader/blob/b3ed6039f2a60cb6577fcc280b39567aa194f7bb/Program.cs#L10-L12https://urldefense.com/v3/__https:/github.com/thermofisherlsms/RawFileReader/blob/b3ed6039f2a60cb6577fcc280b39567aa194f7bb/Program.cs*L10-L12__;Iw!!HLrAl2XzZ3iCLg!BL_mAp54YgUiCmzOz154xn1JsqYCsRMeb-MYOTUX_xaCMxwLpjq7zalyYS84654_i8KpbUYF72iNUdFjgi1HINyGZHUEPbF9$

but open the project shows missing files and references to the assemblies: [grafik]https://urldefense.com/v3/__https:/user-images.githubusercontent.com/1331477/246784093-4d92eb97-939e-446e-a4d1-1d44f0fc427c.png__;!!HLrAl2XzZ3iCLg!BL_mAp54YgUiCmzOz154xn1JsqYCsRMeb-MYOTUX_xaCMxwLpjq7zalyYS84654_i8KpbUYF72iNUdFjgi1HINyGZNz2_wuo$

It would be good to have an section in the repository readme to explain the steps / requirements for VisualStudio and MonoDevelop!

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/thermofisherlsms/RawFileReader/issues/4__;!!HLrAl2XzZ3iCLg!BL_mAp54YgUiCmzOz154xn1JsqYCsRMeb-MYOTUX_xaCMxwLpjq7zalyYS84654_i8KpbUYF72iNUdFjgi1HINyGZNqT1ni6$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AENV5LIZIUOQNYXTPWBGNRDXMAKYTANCNFSM6AAAAAAZLUWZEE__;!!HLrAl2XzZ3iCLg!BL_mAp54YgUiCmzOz154xn1JsqYCsRMeb-MYOTUX_xaCMxwLpjq7zalyYS84654_i8KpbUYF72iNUdFjgi1HINyGZIljnVWx$. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>

laeubi commented 1 year ago

I was now able to fix the missing references and created an empty AssemblyInfo.cs file now this seems to make the project compile successful, still I'm wondering if AssemblyInfo.cs should either be removed from the project or the file contains anything usefull that needs to be checked into the github repository?