英文:
Edit RDL and am:AuthoringMetadata tag and contents were added
问题
<am:AuthoringMetadata>
<am:CreatedBy>
<am:Name>SSDTRS</am:Name>
<am:Version>17.5.33516.290</am:Version>
</am:CreatedBy>
<am:UpdatedBy>
<am:Name>SSDTRS</am:Name>
<am:Version>17.5.33516.290</am:Version>
</am:UpdatedBy>
<am:LastModifiedTimestamp>2023-03-31T15:36:51.5318671Z</am:LastModifiedTimestamp>
</am:AuthoringMetadata>
英文:
I edited a rdl with VS2022 and the tag am:AuthoringMetadata was added to the top of the xml, is this used for anything when the report is ran or viewed. I presume (and hope) not, but haven't seen it before.
<am:AuthoringMetadata>
<am:CreatedBy>
<am:Name>SSDTRS</am:Name>
<am:Version>17.5.33516.290</am:Version>
</am:CreatedBy>
<am:UpdatedBy>
<am:Name>SSDTRS</am:Name>
<am:Version>17.5.33516.290</am:Version>
</am:UpdatedBy>
<am:LastModifiedTimestamp>2023-03-31T15:36:51.5318671Z</am:LastModifiedTimestamp>
</am:AuthoringMetadata>
答案1
得分: 1
这在我们使用的最新版本的Microsoft Reporting Services Projects Visual Studio扩展中开始出现(在3.0.6和3.0.7之间)。
由于它是最近添加的,并且我们的报告中有些有些没有,我认为目前它对任何事情都没有影响。
顺便说一下,从源代码控制的角度来看,这真的很令人沮丧。因为如果两个人在报告的任何地方进行单独的编辑,它将确保不必要的合并冲突。
*** 更新2023-05-25 ***
在扩展的问答页面上,Microsoft回复确认这是为了未来的功能。
> 由于我们现在有比多年前更多的工具可以创建和编辑RDL,因此添加了创作元数据。我们使用这些信息来推动未来的投资。
英文:
This started appearing for us in the recent versions of Microsoft Reporting Services Projects Visual Studio extension (between 3.0.6 and 3.0.7)
Given its so recently added, and we have a mix of reports with and without it.
I would say it has had no bearing on anything currently.
As an aside, it is very frustrating from a source control point of view. As it will guarantee a needless merge conflict if two people make separate edits anywhere in the report.
*** Update 2023-05-25 ***
On the extension's Q&A page Microsoft have replied confirming its for future features.
> The authoring metadata was added for report creation and editing because we now have more tools that can author RDL then we did years ago. We use the information to fuel future investment.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论