我对使用Refit和C#很陌生。我正在尝试编辑我的RefitStub.g.cs
页面,并且看到一条消息:
/* ******** Hey You! *********
*
* This is a generated file, and gets rewritten every time you build the
* project. If you want to edit it, you need to edit the mustache template
* in the Refit package */
我不确定如何以及在哪里编辑此胡子模板。
我通过Nuget引用了Refit。
答案 0 :(得分:0)
只需转到C:\Users\\{user}\\.nuget\packages\refit\\{version}\\build\\{platform}
,您应该会看到文件GeneratedInterfaceStubTemplate.mustache
。